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