ImageGear .NET v25.0 - Updated
Type Property (ImGearPDFAction)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFAction Class : Type Property
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

Reference

ImGearPDFAction Class
ImGearPDFAction Members
ImGearPDFAtom Class