LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

MediaBox Property






Gets the media box of this page.
Syntax
public PDFRect MediaBox {get;}
'Declaration
 
Public ReadOnly Property MediaBox As PDFRect
'Usage
 
Dim instance As PDFDocumentPage
Dim value As PDFRect
 
value = instance.MediaBox
public PDFRect MediaBox {get;}
 get_MediaBox(); 
public:
property PDFRect MediaBox {
   PDFRect get();
}

Property Value

A PDFRect that specifies the media box of this page. The default value is an empty PDFRect.
Remarks

This value is read-only. The MediaBox and CropBox properties are populated automatically when the PDFDocument is created by reading the values from the PDF file. For more information, refer to PDF Coordinate System.

The PDFDocumentPage object also contains the ConvertPoint and ConvertRect helper methods that can be used to convert a point or a rectangle to and from page/object to pixel or inch coordinates.

Example

For an example, refer to PDFDocumentPage

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

PDFDocumentPage Class
PDFDocumentPage Members
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.