Click or drag to resize

PdfJavaScript Class

The Adobe Built-in JavaScript
Inheritance Hierarchy
System Object
Spire.Pdf.Actions PdfJavaScript

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfJavaScript

The PdfJavaScript type exposes the following members.

Constructors
Name Description
Public method PdfJavaScript
Initializes a new instance of the PdfJavaScript class
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method Static member GetDateFormatString
Get a AFDate_FormatEx string
Public method Static member GetDateKeystrokeString
Get a AFDate_KeystrokeEx string
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method Static member GetNumberFormatString
Get a AFNumber_Format string
Public method Static member GetNumberKeystrokeString
Get a AFNumber_Keystroke string
Public method Static member GetPercentFormatString
Get a AFPercent_Format string
Public method Static member GetPercentKeystrokeString
Get a AFPercent_Keystroke string
Public method Static member GetRangeValidateString
Get a AFRange_Validate string
Public method Static member GetSimpleCalculateString
Get a AFSimple_Calculate string
Public method Static member GetSpecialFormatString
Get a AFSpecial_Format string
Public method Static member GetSpecialKeystrokeString
Get a AFSpecial_Format string
Public method Static member GetTimeFormatString
Get a AFTime_Format string
Public method Static member GetTimeKeystrokeString
Get a AFTime_Keystroke string
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also