| setCustomData Method | 
Sets the custom data for the current document in the PdfWebControl instance.
 Syntax
Syntaxfunction setCustomData(value);value
Type: String a string representing the desired custom data for this document.Type: Boolean
true if operation completed successfully; otherwise, false. Examples
Examplesvar myApi = new PdfWebControlApi("PdfWebControl1"); // where "PdfWebControl1" is the ID (ClientID) assigned to the PdfWebControl instance myApi.setCustomData("new data");
 See Also
See Also