Click or drag to resize

PdfJavaScriptAction Class

A JavaScript action causes a script to be compiled and executed by the JavaScript interpreter.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfJavaScriptAction

Namespace:  Patagames.Pdf.Net.Actions
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class PdfJavaScriptAction : PdfAction

The PdfJavaScriptAction type exposes the following members.

Constructors
  NameDescription
Public methodPdfJavaScriptAction(PdfDocument, IntPtr)
Initializes a new instance of the PdfAction class.
Public methodPdfJavaScriptAction(PdfDocument, String)
Initializes a new instance of the PdfJavaScriptAction class.
Top
Properties
  NameDescription
Public propertyJavaScript
Gets or sets a text string or text stream containing the JavaScript script to be executed.
Top
See Also