VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.Panels Namespace / WebUiPdfRedactionMarkListPanelJS type / get_CreateCollectionHeaderContentCallback Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_CreateCollectionHeaderContentCallback Method
    In This Topic
    Gets a function, which returns UI elements for the header of marks collection in redaction marks list panel.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.Panels.WebUiPdfRedactionMarkListPanelJS(settings, stateButton);
    
    var value; // Type: function
    value = instance.get_CreateCollectionHeaderContentCallback();
    
    
    function get_CreateCollectionHeaderContentCallback() : Function;
    

    Return 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.
    Remarks

    If property value is "null", the marks collection header contains label "Page {index}", where index - index of marks collection.

    Browser Compatibility
    56+
    45+
    11
    See Also