var instance = new Vintasoft.Imaging.Pdf.UI.Panels.WebUiPdfImageResourceExtractionPanelJS(settings, stateButton); var value; // Type: function value = instance.get_ContentImageDescriptionCallback();
function get_ContentImageDescriptionCallback() : Function;
Return 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.
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.