VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / get_XlsxShowHiddenGraphics Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_XlsxShowHiddenGraphics Method
    In This Topic
    Gets a value indicating whether the hidden graphics must be shown on XLSX page.
    Syntax
    var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_XlsxShowHiddenGraphics();
    
    
    function get_XlsxShowHiddenGraphics() : boolean;
    

    Return Value

    True - hidden graphics must be shown on XLSX page; false - hidden graphics must not be shown on XLSX page. Default value is false.
    Browser Compatibility
    9
    See Also