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




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

    Property Value

    ImGearPDEType enumeration value.
    See Also