ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / Field Class / Type Property




In This Topic
    Type Property (Field)
    In This Topic
    Gets the type of the field.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As FieldType
    'Usage
     
    Dim instance As Field
    Dim value As FieldType
     
    value = instance.Type
    public FieldType Type {get;}
    public: __property FieldType get_Type();
    public:
    property FieldType Type {
       FieldType get();
    }

    Property Value

    The type of the field.
    See Also