Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

CropBox Property






Gets the crop box of this page.
Syntax
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()
public:
property PDFRect CropBox {
   PDFRect get();
}

Property Value

A PDFRect that specifies the crop 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

See Also

Reference

PDFDocumentPage Class
PDFDocumentPage Members
PDF Coordinate System

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features