var instance = new Vintasoft.Imaging.Pdf.UI.Panels.WebUiPdfRedactionMarkListPanelJS(settings, stateButton); var value; // Type: function value = instance.get_CreateRedactionMarkContentCallback();
function get_CreateRedactionMarkContentCallback() : Function;
Return Value
A function, which returns UI elements for the redaction marks list record, OR "null".
Here is function prototype "function __createRedactionMarkContent(mark, markCollection)", where "mark" parameter is an instance of WebPdfRedactionMarkJS type, "markCollection" parameter is an instance of WebPdfRedactionMarkCollectionJS type.
Important: "__createRedactionMarkContent" function must return not empty array of WebUiElementJS objects.
Here is function prototype "function __createRedactionMarkContent(mark, markCollection)", where "mark" parameter is an instance of WebPdfRedactionMarkJS type, "markCollection" parameter is an instance of WebPdfRedactionMarkCollectionJS type.
Important: "__createRedactionMarkContent" function must return not empty array of WebUiElementJS objects.