 | PdfPageObjectBoundingBox Property |
Gets page object bounding box.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.19.2704
Syntaxpublic FS_RECTF BoundingBox { get; }
Public ReadOnly Property BoundingBox As FS_RECTF
Get
public:
property FS_RECTF BoundingBox {
FS_RECTF get ();
}
member BoundingBox : FS_RECTF with get
/** @property */
public FS_RECTF get_BoundingBox()
function get_BoundingBox();
Property Value
Type:
FS_RECTF
See Also