Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > 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
public PDFRect getCropBox()
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