Gets the collection of shared JavaScript actions in this document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfJavaScriptCollection SharedScripts { get; }
VB
Public ReadOnly Property SharedScripts As PdfJavaScriptCollection
Get
Property Value
Type:
PdfJavaScriptCollectionThe collection of shared JavaScript actions in this document.
Remarks
When the document is opened, all actions in this collection get executed.
This may be used to define JavaScript functions available for use by other
scripts in the document.
See Also