PdfActionJavaScript Class

Represents a JavaScript action in the PDF document.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public class PdfActionJavaScript : PdfAction
Inheritance
Object    PdfAction    PdfActionJavaScript

Constructors

PdfActionJavaScript Creates a JavaScript action based on a JavaScript string.

Properties

JavaScriptCode Gets or sets the JavaScript code executed by this action.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also