 | PdfActionActionType Property |
Gets type of current action. See
ActionTypes for details.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic ActionTypes ActionType { get; }
Public ReadOnly Property ActionType As ActionTypes
Get
public:
property ActionTypes ActionType {
ActionTypes get ();
}
member ActionType : ActionTypes with get
/** @property */
public ActionTypes get_ActionType()
function get_ActionType();
Property Value
ActionTypes
See Also