VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebXlsxPageLayoutSettingsTypeEnumJS Enumeration
Members Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebXlsxPageLayoutSettingsTypeEnumJS Enumeration
    In This Topic
    Specifies available types, which define how an XLSX page must be laid out.
    Members
    MemberDescription
    UndefinedUndefined.
    UseWorksheetWidthPage width will be equal to the worksheet width. Page height will be retrieved from WebDocumentLayoutSettingsJS or from print settings of worksheet.
    UseWorksheetHeightPage height will be equal to the worksheet height. Page width will be retrieved from WebDocumentLayoutSettingsJS or from print settings of worksheet.
    UseWorksheetSizePage width will be equal to the worksheet width. Page height will be equal to the worksheet height.
    UsePrintAreaUse the worksheet print area.
    UsePageMarginUse the worksheet margin.
    UsePageScaleUse the worksheet scale.
    Inheritance Hierarchy

    Object
       Vintasoft.Shared.WebEnumItemBaseJS
          Vintasoft.Shared.WebFlagsEnumItemBaseJS
             Vintasoft.Shared.WebXlsxPageLayoutSettingsTypeEnumJS

    Browser Compatibility
    9
    See Also