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