PDFView4NET WPF Edition
Comb Property




O2S.Components.PDFView4NET.Forms Namespace > PDFTextBoxField Class : 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;}
public: __property bool get_Comb();
public: __property void set_Comb( 
   bool value
);
public:
property bool Comb {
   bool get();
   void set (    bool value);
}

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFTextBoxField Class
PDFTextBoxField Members