PdfSignatureAppearanceMaxTextWidth Property |
Gets or sets the maximum text width for a line of the signature appearance text.
Default value: 0. This formats the text into an infinite width without any implicit text wrapping.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic double MaxTextWidth { get; set; }
Public Property MaxTextWidth As Double
Get
Set
Property Value
Double
The maximum text width for a line of the signature appearance text, provided in points (1/72 inch per point).
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Value is less than zero. |
See Also