Click or drag to resize

PdfContentGroupBounds Property

Gets the upright bounds of the PdfContentGroup.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public override PdfQuad Bounds { get; }

Property Value

PdfQuad
The upright bounds of the PdfContentGroup.
Remarks
This member, although exposed as a property for easier debugging, performs complex calculations, so instead of accessing it frequently, cache its result instead.
See Also