Click or drag to resize

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.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public double MaxTextWidth { 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).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue is less than zero.
See Also