 | PdfPageArtBox Property |
Gets or sets ArtBox 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 ArtBox { get; set; }
Public Property ArtBox As FS_RECTF
Get
Set
public:
property FS_RECTF ArtBox {
FS_RECTF get ();
void set (FS_RECTF value);
}
member ArtBox : FS_RECTF with get, set
/** @property */
public FS_RECTF get_ArtBox()
/** @property */
public void set_ArtBox(FS_RECTF value)
function get_ArtBox();
function set_ArtBox(value);
Property Value
Type:
FS_RECTF
Remarks A rectangle, expressed in default user space units, defining the extent of the page’s meaningful content(including potential white space) as intended by the page’s creator.
Default value: the value of
CropBox.
See Also