Property SharedScripts
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SharedScripts
Gets the collection of shared JavaScript actions in this document.
public PdfJavaScriptCollection SharedScripts { get; }
Property Value
- PdfJavaScriptCollection
The 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.