menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IChartPageSetup - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IChartPageSetup

    Represent page setup options for the chart sheet.

    Inherited Members
    IPageSetupBase.AlignHFWithPageMargins
    IPageSetupBase.AutoFirstPageNumber
    IPageSetupBase.BackgoundImage
    IPageSetupBase.BlackAndWhite
    IPageSetupBase.BottomMargin
    IPageSetupBase.CenterFooter
    IPageSetupBase.CenterFooterImage
    IPageSetupBase.CenterHeader
    IPageSetupBase.CenterHeaderImage
    IPageSetupBase.CenterHorizontally
    IPageSetupBase.CenterVertically
    IPageSetupBase.Copies
    IPageSetupBase.DifferentFirstPageHF
    IPageSetupBase.DifferentOddAndEvenPagesHF
    IPageSetupBase.Draft
    IPageSetupBase.EvenPage
    IPageSetupBase.FirstPage
    IPageSetupBase.FirstPageNumber
    IPageSetupBase.FooterMargin
    IPageSetupBase.HeaderMargin
    IPageSetupBase.HFScaleWithDoc
    IPageSetupBase.LeftFooter
    IPageSetupBase.LeftFooterImage
    IPageSetupBase.LeftHeader
    IPageSetupBase.LeftHeaderImage
    IPageSetupBase.LeftMargin
    IPageSetupBase.Order
    IPageSetupBase.Orientation
    IPageSetupBase.PaperSize
    IPageSetupBase.PrintComments
    IPageSetupBase.PrintErrors
    IPageSetupBase.PrintNotes
    IPageSetupBase.PrintQuality
    IPageSetupBase.RightFooter
    IPageSetupBase.RightFooterImage
    IPageSetupBase.RightHeader
    IPageSetupBase.RightHeaderImage
    IPageSetupBase.RightMargin
    IPageSetupBase.TopMargin
    IPageSetupBase.Zoom
    IParentApplication.Application
    IParentApplication.Parent
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public interface IChartPageSetup : IPageSetupBase, IParentApplication

    Properties

    FitToPagesTall

    Gets or sets the number of pages tall the worksheet will be scaled to when it is printed. Applies only to worksheets.

    Declaration
    bool FitToPagesTall { get; set; }
    Property Value
    Type
    System.Boolean

    FitToPagesWide

    Gets or sets the number of pages wide the worksheet will be scaled to when it is printed. Applies only to worksheets.

    Declaration
    bool FitToPagesWide { get; set; }
    Property Value
    Type
    System.Boolean

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved