PdfPageBase
CropBox Property
|
Gets or sets the visible region of the page.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public RectangleF CropBox { get; set; }
Public Property CropBox As RectangleF
Get
Set
public:
property RectangleF CropBox {
RectangleF get ();
void set (RectangleF value);
}
member CropBox : RectangleF with get, set
Property Value
Type:
RectangleF
See Also