Click or drag to resize

PdfAnnotationBounds Property

(Required) The annotation bounds, defining the location and the size of the annotation on the page in default user space units.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public PdfRectangle Bounds { get; set; }

Property Value

PdfRectangle
The annotation bounds, defining the location and the size of the annotation on the page in default user space units.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is .
See Also