PdfJavaScriptAction Class

The JavaScript action class

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfJavaScriptAction : PdfActionBase
Inheritance
Object    PdfActionBase    PdfJavaScriptAction

Constructors

PdfJavaScriptAction Constructs an empty JavaScript action. The SetScript(String) method must be called after the object creation
PdfJavaScriptAction(String) Constructs a JavaScript action with the given JavaScript script

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
SetScript Constructs a JavaScript action with the given JavaScript script
ToString
(Inherited from Object)

See Also