'Declaration Protected Overloads Overridable Function GetEngine( _
ByVal documentThe PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByRef isNewEngineA value indicating whether new JavaScript engine was created.As Boolean _
) As PdfJavaScriptEngine
protected virtual PdfJavaScriptEngine GetEngine(
Vintasoft.Imaging.Pdf.PdfDocument document,
out bool isNewEngine
)
protected: virtual PdfJavaScriptEngine* GetEngine(
Vintasoft.Imaging.Pdf.PdfDocument* document,
[PARAMFLAG::Out] bool isNewEngine
)
protected:
virtual PdfJavaScriptEngine^ GetEngine(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
[Out] bool isNewEngine
)
Parameters
- document
- The PDF document.
- isNewEngine
- A value indicating whether new JavaScript engine was created.
Return Value
PDF JavaScript engine.