PdfVisualContentElementBounds Property |
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic abstract PdfQuad Bounds { get; }Public MustOverride ReadOnly Property Bounds As PdfQuad
Get
Property Value
PdfQuad
The bounds of the
PdfVisualContentElement.
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