'Declaration Public Overridable Function ExecuteScript( _
ByVal documentThe PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal javaScriptThe JavaScript.As System.String, _
ByVal unwrapA value indicating whether to unwrap the returned value to a CLR instance.As Boolean, _
ByVal ParamArray parametersThe parameters.As System.Collections.Generic.KeyValuePair(Of String,Object) _
) As System.Object
public virtual System.Object ExecuteScript(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String javaScript,
bool unwrap,
params System.Collections.Generic.KeyValuePair<string,object> parameters
)
public: virtual System.Object ExecuteScript(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String javaScript,
bool unwrap,
params System.Collections.Generic.KeyValuePair<string,object*>* parameters
)
public:
virtual System.Object ExecuteScript(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String javaScript,
bool unwrap,
... System.Collections.Generic.KeyValuePair<string,object^>^ parameters
)
Parameters
- document
- The PDF document.
- javaScript
- The JavaScript.
- unwrap
- A value indicating whether to unwrap the returned value to a CLR instance.
- parameters
- The parameters.
Return Value
Execution result.