 | PdfClipPathBoundingBox Property |
Gets the bounding box for all paths and texts in this clipping path object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
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
FS_RECTF
See Also