Version

PrintOptions Class Members

The following tables list the members exposed by PrintOptions.

Public Properties
 NameDescription
Public PropertyAlignHeadersAndFootersWithMarginsGets or sets the value indicating whether to align header and footer margins with page margins. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyBottomMarginGets or sets the margin at the bottom of each printed page of the worksheet, specified in inches. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyCenterHorizontallyGets or sets the value indicating whether the printed pages should be centered horizontally.  
Public PropertyCenterVerticallyGets or sets the value indicating whether the printed pages should be centered vertically.  
Public PropertyColumnsToRepeatAtLeftGets or sets the range of columns which should be printed on every page.  
Public PropertyDraftQualityGets or sets the value indicating whether the printed pages should be printed using draft quality. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyFooterGets or sets the footer for each page of the printed worksheet. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyFooterMarginGets or sets the footer margin for each printed page of the worksheet, specified in inches. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyHeaderGets or sets the header for each page of the printed worksheet. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyHeaderMarginGets or sets the header margin for each printed page of the worksheet, specified in inches. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyHorizontalPageBreaksGets the collection of horizontal page breaks in the Worksheet.  
Public PropertyLeftMarginGets or sets the margin at the left of each printed page of the worksheet, specified in inches. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyMaxPagesHorizontallyGets or sets the maximum number of pages allowed in the horizontal direction to print the worksheet.  
Public PropertyMaxPagesVerticallyGets or sets the maximum number of pages allowed in the vertical direction to print the worksheet.  
Public PropertyNumberOfCopiesGets or sets the number of copies to print. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyOrientationGets or sets the orientation for each page of the printed worksheet. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyOrientationResolvedReturns the resolved orientation for each page of the printed worksheet. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyPageNumberingGets or sets the method with which pages are numbered. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyPageOrderGets or sets the order in which to print pages for multiple page worksheets.  
Public PropertyPaperSizeGets or sets the paper size for each printed page of the worksheet. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyPrintAreasGets the collection of print areas in the Worksheet.  
Public PropertyPrintErrorsGets or sets the way error values of cells are printed. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyPrintGridlinesGets or sets the value which indicates whether to print the worksheet gridlines.  
Public PropertyPrintInBlackAndWhiteGets or sets the value indicating whether the worksheet should be printed in black and white. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyPrintNotesGets or sets the way cell comments are printed. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyPrintRowAndColumnHeadersGets or sets the value indicating whether to print row and column headers.  
Public PropertyResolutionGets or sets the horizontal print resolution in DPI. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyRightMarginGets or sets the margin at the right of each printed page of the worksheet, specified in inches. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyRowsToRepeatAtTopGets or sets the range of rows which should be printed on every page.  
Public PropertyScaleHeadersAndFootersWithDocumentGets or sets the value indicating whether to scale the headers and footers with the document scaling. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyScalingFactorGets or sets the scaling factor to use when printing the worksheet.  
Public PropertyScalingTypeGets or sets the method for scaling the worksheet when it is printed.  
Public PropertyStartPageNumberGets or sets the page number for the first printed page of the worksheet. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyTopMarginGets or sets the margin at the top of each printed page of the worksheet, specified in inches. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public PropertyVerticalPageBreaksGets the collection of vertical page breaks in the Worksheet.  
Public PropertyVerticalResolutionGets or sets the vertical print resolution in DPI. (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
Public Methods
 NameDescription
Public MethodClearPageBreaksClears all page breaks from the PrintOptions.  
Public MethodInsertPageBreakOverloaded. Inserts a horizontal and/or vertical page break before the specified cell.  
Public MethodResetOverridden. Resets the print options to their default settings.  
Public Events
 NameDescription
Public EventPropertyChangedOccurs after a property value has changed (Inherited from Infragistics.Documents.Excel.PrintOptionsBase)
See Also