PrintedPdfDocument.PageContentRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the content rectangle.
public virtual Android.Graphics.Rect PageContentRect { [Android.Runtime.Register("getPageContentRect", "()Landroid/graphics/Rect;", "GetGetPageContentRectHandler")] get; }
[<get: Android.Runtime.Register("getPageContentRect", "()Landroid/graphics/Rect;", "GetGetPageContentRectHandler")>]
member this.PageContentRect : Android.Graphics.Rect
Property Value
The content rectangle.
- Attributes
Remarks
Gets the content rectangle. This is the area of the page that contains printed data and is relative to the page top left.
Java documentation for android.print.pdf.PrintedPdfDocument.getPageContentRect()
.
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.