 | PdfPageObjectsCollectionCalcuateBoundingBox Method |
Calculate a bounding rectangle enclosing all objects in the collection.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
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
Type:
FS_RECTFAn FS_RECTF structure that represents the bounding box.
See Also