Share via


PrintAttributes.Resolution.VerticalDpi Property

Definition

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

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

Property Value

The vertical resolution.

Attributes

Remarks

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

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

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