PDFView4NET WPF Edition
MediaBox Property




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

Property Value

A rectangle that defines the page media 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