PDFView4NET WPF Edition
Type Property (PDFAction)




O2S.Components.PDFView4NET.Actions Namespace > PDFAction Class : Type Property
Gets the action type.
Syntax
'Declaration
 
Public ReadOnly Property Type As PDFActionType
'Usage
 
Dim instance As PDFAction
Dim value As PDFActionType
 
value = instance.Type
public PDFActionType Type {get;}
public: __property PDFActionType get_Type();
public:
property PDFActionType Type {
   PDFActionType get();
}

Property Value

The type of this action.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFAction Class
PDFAction Members