'DeclarationPublic ReadOnly Property Type As PDFFieldType
'UsageDim instance As PDFField Dim value As PDFFieldType value = instance.Type
public PDFFieldType Type {get;}
public: __property PDFFieldType get_Type();
public: property PDFFieldType Type { PDFFieldType get(); }