 | PdfPageObjectsCollectionCalcuateBoundingBox Method |
Calculate a bounding rectangle enclosing all objects in the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic FS_RECTF CalcuateBoundingBox()
Public Function CalcuateBoundingBox As FS_RECTF
public:
FS_RECTF CalcuateBoundingBox()
member CalcuateBoundingBox : unit -> FS_RECTF
public FS_RECTF CalcuateBoundingBox()
function CalcuateBoundingBox();
Return Value
FS_RECTFAn FS_RECTF structure that represents the bounding box.
See Also