PdfDocument.PageInfo.PageWidth Property

Definition

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

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

Property Value

The page width.

Attributes

Remarks

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

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

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