Click or drag to resize

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
Syntax
public FS_RECTF ArtBox { get; set; }

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