PdfDocument.PageInfo.ContentRect Property

Definition

Get the content rectangle in PostScript points (1/72th of an inch).

public Android.Graphics.Rect? ContentRect { [Android.Runtime.Register("getContentRect", "()Landroid/graphics/Rect;", "")] get; }
[<get: Android.Runtime.Register("getContentRect", "()Landroid/graphics/Rect;", "")>]
member this.ContentRect : Android.Graphics.Rect

Property Value

The content rectangle.

Attributes

Remarks

Get the content rectangle in PostScript points (1/72th of an inch). This is the area that contains the page content and is relative to the page top left.

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

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