VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / get_XlsxPageLayoutSettingsType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_XlsxPageLayoutSettingsType Method
    In This Topic
    Gets the type of layout settings for XLSX page.
    Syntax
    var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
    
    var value; // Type: Vintasoft.Shared.WebXlsxPageLayoutSettingsTypeEnumJS
    value = instance.get_XlsxPageLayoutSettingsType();
    
    
    function get_XlsxPageLayoutSettingsType() : WebXlsxPageLayoutSettingsTypeEnumJS;
    

    Return Value

    The type of layout settings for XLSX page. Default value is "WebXlsxPageLayoutSettingsTypeEnumJS.UsePageMargin | WebXlsxPageLayoutSettingsTypeEnumJS.UsePageScale | WebXlsxPageLayoutSettingsTypeEnumJS.UsePrintArea".
    Browser Compatibility
    9
    See Also