Click or drag to resize

PdfSignatureAppearanceTextExtent Property

Gets or sets the number that shall be between 0.0 and 1.0 indicating the fraction of the annotation rectangle size to allocate for the text. The rest is allocated for the Icon.

Applicable only if Icon is not .

Default value: 0.5.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public double TextExtent { get; set; }

Property Value

Double
The number that shall be between 0.0 and 1.0 indicating the fraction of the annotation rectangle size to allocate for the text.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue must be between 0.0 and 1.0 (inclusive).
See Also