Click or drag to resize

PdfTextFieldCombOfCharacters Property

(PDF 1.5) Gets the number of equally spaced positions the field shall be automatically divided into.

Default value: .


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public int? CombOfCharacters { get; set; }

Property Value

NullableInt32
The number of equally spaced positions the field shall be automatically divided into.
Exceptions
ExceptionCondition
InvalidOperationExceptionMay be set only if the MultiLine, Password, and UsedForFileSelection properties are set to .
See Also