Share via


PrintAttributes.Margins(Int32, Int32, Int32, Int32) Constructor

Definition

Creates a new instance.

[Android.Runtime.Register(".ctor", "(IIII)V", "")]
public Margins (int leftMils, int topMils, int rightMils, int bottomMils);
[<Android.Runtime.Register(".ctor", "(IIII)V", "")>]
new Android.Print.PrintAttributes.Margins : int * int * int * int -> Android.Print.PrintAttributes.Margins

Parameters

leftMils
Int32

The left margin in mils (thousandths of an inch).

topMils
Int32

The top margin in mils (thousandths of an inch).

rightMils
Int32

The right margin in mils (thousandths of an inch).

bottomMils
Int32

The bottom margin in mils (thousandths of an inch).

Attributes

Remarks

Creates a new instance.

Java documentation for android.print.PrintAttributes.Margins.PrintAttributes$Margins(int, int, int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to