PdfDocument.PageInfo.PageHeight Property

Definition

Gets the page height in PostScript points (1/72th of an inch).

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

Property Value

The page height.

Attributes

Remarks

Gets the page height in PostScript points (1/72th of an inch).

Java documentation for android.graphics.pdf.PdfDocument.PageInfo.getPageHeight().

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