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




In This Topic
    Type Property (ImGearPDFAction)
    In This Topic
    Gets action type.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDFAction
    Dim value As ImGearPDFAtom
     
    value = instance.Type
    public ImGearPDFAtom Type {get;}
    public: __property ImGearPDFAtom* get_Type();
    public:
    property ImGearPDFAtom^ Type {
       ImGearPDFAtom^ get();
    }

    Property Value

    The atom corresponding to the action's type.
    See Also