Gets the crop box of this page.
public PDFRect CropBox { get; }
Public ReadOnly Property CropBox As Leadtools.Pdf.PDFRect
public PDFRect getCropBox()
public:
property Leadtools.Pdf.PDFRect CropBox {
Leadtools.Pdf.PDFRect get();
}
A PDFRect that specifies the crop box of this page. The default value is an empty PDFRect.
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET