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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic double TextExtent { get; set; }
Public Property TextExtent As Double
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.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Value must be between 0.0 and 1.0 (inclusive). |
See Also