PDFView4NET WPF Edition
CropBox Property




O2S.Components.PDFView4NET Namespace > PDFPage Class : CropBox Property
Gets the page crop box.
Syntax
'Declaration
 
Public ReadOnly Property CropBox As PDFRectangle
'Usage
 
Dim instance As PDFPage
Dim value As PDFRectangle
 
value = instance.CropBox
public PDFRectangle CropBox {get;}
public: __property PDFRectangle* get_CropBox();
public:
property PDFRectangle^ CropBox {
   PDFRectangle^ get();
}

Property Value

A rectangle that defines the page crop box.
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

PDFPage Class
PDFPage Members