Table of Contents
JSInitCode Property

Gets or sets the additional JavaScript code to be executed in the document to be converted.

Syntax
 public String JSInitCode { get; set; }
Remarks

This code is run before any other JavaScript code in the page.

This property is automatically cleared after each conversion.

See Also