menu

Document Processing

ChartPageSetupImpl Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ChartPageSetupImpl Class

    Class allows users to configure Print setting of chart.

    Inheritance
    System.Object
    CommonObject
    PageSetupBaseImpl
    ChartPageSetupImpl
    Implements
    System.IDisposable
    IChartPageSetup
    IPageSetupBase
    IParentApplication
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    PageSetupBaseImpl.AlignHFWithPageMargins
    PageSetupBaseImpl.AutoFirstPageNumber
    PageSetupBaseImpl.BackgoundImage
    PageSetupBaseImpl.BlackAndWhite
    PageSetupBaseImpl.BottomMargin
    PageSetupBaseImpl.CenterFooter
    PageSetupBaseImpl.CenterFooterImage
    PageSetupBaseImpl.CenterHeader
    PageSetupBaseImpl.CenterHeaderImage
    PageSetupBaseImpl.CenterHorizontally
    PageSetupBaseImpl.CenterVertically
    PageSetupBaseImpl.Copies
    PageSetupBaseImpl.CreateHeaderFooterString(String[])
    PageSetupBaseImpl.DEFAULT_BOTTOMMARGIN
    PageSetupBaseImpl.DEFAULT_LEFTMARGIN
    PageSetupBaseImpl.DEFAULT_RIGHTMARGIN
    PageSetupBaseImpl.DEFAULT_TOPMARGIN
    PageSetupBaseImpl.DifferentFirstPageHF
    PageSetupBaseImpl.DifferentOddAndEvenPagesHF
    PageSetupBaseImpl.Dispose()
    PageSetupBaseImpl.Draft
    PageSetupBaseImpl.EvenPage
    PageSetupBaseImpl.FindParents()
    PageSetupBaseImpl.FirstPage
    PageSetupBaseImpl.FirstPageNumber
    PageSetupBaseImpl.FooterMargin
    PageSetupBaseImpl.FullFooterString
    PageSetupBaseImpl.FullHeaderString
    PageSetupBaseImpl.GetRecordUpdatePos(IList, Int32)
    PageSetupBaseImpl.GetStoreSize(ExcelVersion)
    PageSetupBaseImpl.HeaderMargin
    PageSetupBaseImpl.HFScaleWithDoc
    PageSetupBaseImpl.HResolution
    PageSetupBaseImpl.IsFitToPage
    PageSetupBaseImpl.IsNotValidSettings
    PageSetupBaseImpl.LeftFooter
    PageSetupBaseImpl.LeftFooterImage
    PageSetupBaseImpl.LeftHeader
    PageSetupBaseImpl.LeftHeaderImage
    PageSetupBaseImpl.LeftMargin
    PageSetupBaseImpl.m_arrFooters
    PageSetupBaseImpl.m_arrHeaders
    PageSetupBaseImpl.m_backgroundImage
    PageSetupBaseImpl.m_bHCenter
    PageSetupBaseImpl.m_bVCenter
    PageSetupBaseImpl.m_dBottomMargin
    PageSetupBaseImpl.m_dLeftMargin
    PageSetupBaseImpl.m_dRightMargin
    PageSetupBaseImpl.m_dTopMargin
    PageSetupBaseImpl.m_headerFooter
    PageSetupBaseImpl.m_setup
    PageSetupBaseImpl.m_unknown
    PageSetupBaseImpl.NeedDataArray
    PageSetupBaseImpl.Order
    PageSetupBaseImpl.Orientation
    PageSetupBaseImpl.PageHeight
    PageSetupBaseImpl.PageWidth
    PageSetupBaseImpl.PaperSize
    PageSetupBaseImpl.ParseHeaderFooterString(String)
    PageSetupBaseImpl.PrintComments
    PageSetupBaseImpl.PrintErrors
    PageSetupBaseImpl.PrintNotes
    PageSetupBaseImpl.PrintQuality
    PageSetupBaseImpl.RecordCode
    PageSetupBaseImpl.RightFooter
    PageSetupBaseImpl.RightFooterImage
    PageSetupBaseImpl.RightHeader
    PageSetupBaseImpl.RightHeaderImage
    PageSetupBaseImpl.RightMargin
    PageSetupBaseImpl.SetChanged()
    PageSetupBaseImpl.StreamPos
    PageSetupBaseImpl.TopMargin
    PageSetupBaseImpl.TypeCode
    PageSetupBaseImpl.VResolution
    PageSetupBaseImpl.Zoom
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ChartPageSetupImpl : PageSetupBaseImpl, IDisposable, IBiffStorage, IChartPageSetup, IPageSetupBase, IParentApplication

    Constructors

    ChartPageSetupImpl(IApplication, Object)

    Sets application and parent fields.

    Declaration
    public ChartPageSetupImpl(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Application object for the page setup.

    System.Object parent

    Parent object for the page setup.

    Properties

    FitToPagesTall

    Returns or sets the number of pages tall the worksheet will be scaled to when it is printed. Applies only to worksheets. Read / write Boolean.

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

    FitToPagesWide

    Returns or sets the number of pages wide the worksheet will be scaled to when it is printed. Applies only to worksheets. Read / write Boolean.

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

    Methods

    Clone(Object)

    Clone current Record.

    Declaration
    public ChartPageSetupImpl Clone(object parent)
    Parameters
    Type Name Description
    System.Object parent

    Parent object for create new instance.

    Returns
    Type Description
    ChartPageSetupImpl

    Returns clone of current object.

    Implements

    System.IDisposable
    IChartPageSetup
    IPageSetupBase
    IParentApplication
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved