var instance = new Vintasoft.Imaging.Pdf.UI.Panels.WebUiPdfRedactionMarkListPanelJS(settings, stateButton); var returnValue; // Type: any // Parameters var value; // Type: function returnValue = instance.set_CreateCollectionHeaderContentCallback(value);
function set_CreateCollectionHeaderContentCallback(
valueA function, which returns UI elements for the header of marks collection in redaction marks list panel, OR "null".: Function
Here is function prototype "function __createMarksCollectionHeaderContent(markCollection, index)", where "markCollection" parameter is an instance of WebPdfRedactionMarkCollectionJS type, index - zero-based index of redaction marks collection.
Important: "__createMarksCollectionHeaderContent" function must return not empty array of WebUiElementJS objects.
) : any;
Parameters
- value
- A function, which returns UI elements for the header of marks collection in redaction marks list panel, OR "null".
Here is function prototype "function __createMarksCollectionHeaderContent(markCollection, index)", where "markCollection" parameter is an instance of WebPdfRedactionMarkCollectionJS type, index - zero-based index of redaction marks collection.
Important: "__createMarksCollectionHeaderContent" function must return not empty array of WebUiElementJS objects.