PrintAttributes.Margins(Int32, Int32, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.