 | PdfPageCropBox Property |
Gets or sets CropBox of the page.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic FS_RECTF CropBox { get; set; }
Public Property CropBox As FS_RECTF
Get
Set
public:
property FS_RECTF CropBox {
FS_RECTF get ();
void set (FS_RECTF value);
}
member CropBox : FS_RECTF with get, set
/** @property */
public FS_RECTF get_CropBox()
/** @property */
public void set_CropBox(FS_RECTF value)
function get_CropBox();
function set_CropBox(value);
Property Value
Type:
FS_RECTF
RemarksThe crop box defines the region to which the contents of the page are to be
clipped (cropped) when displayed or printed. Unlike the other boxes, the crop
box has no defined meaning in terms of physical page geometry or intended
use; it merely imposes clipping on the page contents. However, in the absence
of additional information (such as imposition instructions specified in a JDF or
PJTF job ticket), the crop box determines how the page’s contents are to be positioned
on the output medium. The default value is the page’s
MediaBox.
See
PDF reference 1.7.pdf for more details
See Also