ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / TextField Class / Comb Property




In This Topic
    Comb Property
    In This Topic
    Gets or sets a value indicating whether the field is automatically divided into as many equally spaced positions as the value of MaxLength.
    Syntax
    'Declaration
     
    Public Property Comb As Boolean
    'Usage
     
    Dim instance As TextField
    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

    Whether the fields are automatically divided into equally spaced parts.
    Remarks
    Only relevant if MaxLength is set and MultiLine, Password and FileSelect are clear.
    See Also