VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_MultipageDisplayImagePadding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MultipageDisplayImagePadding Method
    In This Topic
    Gets the image padding in multipage display mode.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: object
    value = instance.get_MultipageDisplayImagePadding();
    
    
    function get_MultipageDisplayImagePadding() : object;
    

    Return Value

    The image padding in multipage display mode - [left, top, right, bottom]. Valid value is an array of four nonnegative numbers. Default value is Β, 4, 4, 4].
    Browser Compatibility
    56+
    45+
    11
    See Also