Comb Property
Gets or sets a value indicating whether the field acts like a comb or not.
Syntax
'Declaration Public Property Comb As Boolean
'Usage Dim instance As PDFTextBoxField Dim value As Boolean instance.Comb = value value = instance.Comb
public bool Comb {get; set;}
Property Value
True if the field acts like a comb, otherwise false. Default is false.Remarks
If this property is true, the field is automatically divided into as many equally spaced positions, or combs, as the value of MaxLen property and the text is laid out into those combs.
When this property is set to true, the Multiline and Password properties are automatically set to false.
When this property is set to true, the Multiline and Password properties are automatically set to false.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also