Click or drag to resize

PdfImageContentBounds Property

Gets the bounds of the PdfImageContent.

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

Property Value

PdfQuad
The bounds of the PdfImageContent.
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