Share via


PrintAttributes.Resolution.HorizontalDpi Property

Definition

Gets the horizontal resolution in DPI (dots per inch).

public int HorizontalDpi { [Android.Runtime.Register("getHorizontalDpi", "()I", "")] get; }
[<get: Android.Runtime.Register("getHorizontalDpi", "()I", "")>]
member this.HorizontalDpi : int

Property Value

The horizontal resolution.

Attributes

Remarks

Gets the horizontal resolution in DPI (dots per inch).

Java documentation for android.print.PrintAttributes.Resolution.getHorizontalDpi().

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