Leadtools.Pdf Namespace > PDFDocumentPage Class : CropBox Property |
public PDFRect CropBox {get;}
'Declaration Public ReadOnly Property CropBox As PDFRect
'Usage Dim instance As PDFDocumentPage Dim value As PDFRect value = instance.CropBox
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.
For an example, refer to PDFDocumentPage