VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / XlsxPageLayoutSettingsType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    XlsxPageLayoutSettingsType Enumeration
    In This Topic
    Specifies available types, which define how an XLSX page must be laid out.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum XlsxPageLayoutSettingsType
       Inherits System.Enum
    
    
    [Flags()]
    public enum XlsxPageLayoutSettingsType : System.Enum
    
    
    [Flags()]
    __value public enum XlsxPageLayoutSettingsType : public System.Enum
    
    
    [Flags()]
    public enum class XlsxPageLayoutSettingsType : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined.
    UseWorksheetWidthPage width will be equal to the worksheet width. Page height will be retrieved from DocumentLayoutSettings or from print settings of worksheet.
    UseWorksheetHeightPage height will be equal to the worksheet height. Page width will be retrieved from DocumentLayoutSettings 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

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.Decoders.XlsxPageLayoutSettingsType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also