var instance = new Vintasoft.Imaging.Pdf.UI.Panels.WebUiPdfImageResourceExtractionPanelJS(settings, stateButton); var returnValue; // Type: any // Parameters var value; // Type: function returnValue = instance.set_ContentImageDescriptionCallback(value);
function set_ContentImageDescriptionCallback(
valueA function, which returns description for WebContentImageJS object, OR "null".: Function
Here is function prototype "function __getDescriptionForContentImage(contentImage)", where "contentImage" parameter is an instance of WebContentImageJS type. Important: "__getDescriptionForContentImage" function must return string which contains description of content image.
) : any;
Parameters
- value
- A function, which returns description for WebContentImageJS object, OR "null".
Here is function prototype "function __getDescriptionForContentImage(contentImage)", where "contentImage" parameter is an instance of WebContentImageJS type. Important: "__getDescriptionForContentImage" function must return string which contains description of content image.