VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / set_DocumentLayoutSettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_DocumentLayoutSettings Method
    In This Topic
    Sets a document layout settings.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebDocumentLayoutSettingsJS
    
    returnValue = instance.set_DocumentLayoutSettings(value);
    
    
    function set_DocumentLayoutSettings(
    value
    A document layout settings. Default value is null.
    : WebDocumentLayoutSettingsJS
    ) : any;

    Parameters

    value
    A document layout settings. Default value is null.
    Exceptions
    ExceptionDescription
    Thrown if argument is not null and not an instance of WebDocumentLayoutSettingsJS type.
    Browser Compatibility
    56+
    45+
    11
    See Also