PdfRenderer.Page.Width Property

Definition

Gets the page width in points (1/72").

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

Property Value

The width in points.

Attributes

Remarks

Gets the page width in points (1/72").

Java documentation for android.graphics.pdf.PdfRenderer.Page.getWidth().

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