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

    Return Value

    A function, which returns UI elements for the header of page interactive fields collection, OR "null".
    Here is function prototype "function __createPageFieldsHeaderCallback(image, index)", where "image" parameter is an instance of WebImageJS type, index - zero-based index of image in image collection. Important: "__createPageFieldsHeaderCallback" function must return not empty array of WebUiElementJS objects.
    Remarks

    If property value is "null", the page interactive fields collection header contains label "Page {index}", where index - index of image in image collection.

    Browser Compatibility
    56+
    45+
    11
    See Also