PDF for WinRT
PageRectangle Property


Gets a rectangle that represents the surface of the current page (in points).
Syntax
'Declaration
 
Public Overridable ReadOnly Property PageRectangle As Rect
'Usage
 
Dim instance As C1PdfDocumentBase
Dim value As Rect
 
value = instance.PageRectangle
public virtual Rect PageRectangle {get;}
Remarks
This property returns a Windows.Foundation.Rect located at point (0,0) with size equal to the size of the current page. It can be used as a starting point for building rectangles that will be used for drawing on the page.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback