menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum LayoutOptions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum LayoutOptions

    Represents the layout of the output document.

    Namespace: Syncfusion.ExcelToPdfConverter
    Assembly: Syncfusion.ExcelToPDFConverter.Base.dll
    Syntax
    public enum LayoutOptions

    Fields

    Name Description
    Automatic

    Print sheets at their actual size. The default value is NoScaling.

    CustomScaling

    Print sheets at specified scaling option.

    FitAllColumnsOnOnePage

    Renders all columns in one page.

    FitAllRowsOnOnePage

    Renders all rows in one page.

    FitSheetOnOnePage

    Renders the sheet in one page.

    NoScaling

    Print sheets at their actual size.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved