PdfTextPageCropBox Property |
Get a PDF page CropBox.
Namespace:
Atalasoft.Pdf.TextExtract
Assembly:
Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxprotected RectangleF CropBox { get; }Protected ReadOnly Property CropBox As RectangleF
Get
Property Value
Type:
RectangleF
Remarks
A rectangle, expressed in default user space units, that shall define the visible region of default user space.
When the page is displayed or printed, its contents shall be clipped(cropped) to this rectangle and then shall
be imposed on the output medium in some implementation - defined manner.
Default value : the value of
MediaBox.
See Also