public class PdfJavaScriptAction : PdfActionBase
Public Class PdfJavaScriptAction
Inherits PdfActionBase
public ref class PdfJavaScriptAction : public PdfActionBase
type PdfJavaScriptAction =
class
inherit PdfActionBase
end
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 |
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) |