| PdfPageTrimBox Property |
Gets or sets TrimBox of the page.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public FS_RECTF TrimBox { get; set; }
Public Property TrimBox As FS_RECTF
Get
Set
public:
property FS_RECTF TrimBox {
FS_RECTF get ();
void set (FS_RECTF value);
}
member TrimBox : FS_RECTF with get, set
/** @property */
public FS_RECTF get_TrimBox()
/** @property */
public void set_TrimBox(FS_RECTF value)
function get_TrimBox();
function set_TrimBox(value);
Property Value
FS_RECTFRemarks A rectangle, expressed in default user space units, defining the intended dimensions of the finished page after trimming.
Default value: the value of
CropBox.
See Also