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




In This Topic
    Type Property (ImGearPDFBasObj)
    In This Topic
    Gets object's type.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As ImGearPDFBasicType
    'Usage
     
    Dim instance As ImGearPDFBasObj
    Dim value As ImGearPDFBasicType
     
    value = instance.Type
    public ImGearPDFBasicType Type {get;}
    public: __property ImGearPDFBasicType get_Type();
    public:
    property ImGearPDFBasicType Type {
       ImGearPDFBasicType get();
    }

    Property Value

    ImGearPDFBasicType enumeration value.
    See Also