ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLPrintSettings Class
Properties Methods


In This Topic
    XLPrintSettings Class Members
    In This Topic

    The following tables list the members exposed by XLPrintSettings.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of the XLPrintSettings class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the align header/footer with page margins used for printed output.  
    Public PropertyGets or sets the scaling mode used for printed output.  
    Public PropertyGets or sets whether to print the sheet in monochrome mode.  
    Public PropertyGets or sets whether the sheet should be centered horizontally on the page when printed.  
    Public PropertyGets or sets whether the sheet should be centered vertically on the page when printed.  
    Public PropertyGets or sets the number of copies to print.  
    Public PropertyGets or sets whether to print the sheet in draft quality mode.  
    Public PropertyFit the sheet to this number of pages across (0 means use as many as needed).  
    Public PropertyFit the sheet to this number of pages down (0 means use as many as needed).  
    Public PropertyGets or sets the string to be displayed as a page footer when the sheet is printed.  
    Public PropertyGets or sets the string to be displayed as a even page footer when the sheet is printed.  
    Public PropertyGets or sets the string to be displayed as a first page footer when the sheet is printed.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Imaging.WriteableBitmap or XLPictureShape for the center part of the footer.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Imaging.WriteableBitmap or XLPictureShape for the left part of the footer.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Imaging.WriteableBitmap or XLPictureShape for the right part of the footer.  
    Public PropertyGets or sets the string to be displayed as a page header when the sheet is printed.  
    Public PropertyGets or sets the string to be displayed as a even page header when the sheet is printed.  
    Public PropertyGets or sets the string to be displayed as a first page header when the sheet is printed.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Imaging.WriteableBitmap or XLPictureShape for the center part of the header.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Imaging.WriteableBitmap or XLPictureShape for the left part of the header.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Imaging.WriteableBitmap or XLPictureShape for the right part of the header.  
    Public PropertyGets or sets whether to print the sheet in landscape mode.  
    Public PropertyGets or sets the bottom margin, in inches. Set to a negative value to use the default margin.  
    Public PropertyGets or sets the footer margin, in inches. Set to a negative value to use the default margin.  
    Public PropertyGets or sets the header margin, in inches. Set to a negative value to use the default margin.  
    Public PropertyGets or sets the left margin, in inches. Set to a negative value to use the default margin.  
    Public PropertyGets or sets the right margin, in inches. Set to a negative value to use the default margin.  
    Public PropertyGets or sets the top margin, in inches. Set to a negative value to use the default margin.  
    Public PropertyGets or sets the paper size to use when printing the sheet.  
    Public PropertyGets or sets whether the gridlines will be printed.  
    Public PropertyGets or sets whether row and column headers (the areas with row numbers and column letters) will be printed.  
    Public PropertyGets or sets whether to print the pages in rows (across first) or in columns (down first).  
    Public PropertyGets or sets the scales header/footer with document used for printed output.  
    Public PropertyGets or sets the scaling factor (in percent) to use when printing the sheet.  
    Public PropertyGets or sets the initial page number to use when printing the sheet.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new XLPrintSettings object that is a copy of the current instance.  
    Top
    See Also