The properties of the ExcelPrintOptions class are listed below. For a complete list of ExcelPrintOptions class members, see the ExcelPrintOptions Members topic.
AutomaticPageBreakScalingFactor | Scaling factor for automatic page breaks. |
DraftQuality | True for printing in draft quality, false otherwise. |
FitToPage | True for using FitWorksheetHeightToPages and FitWorksheetWidthToPages, false otherwise. |
FitWorksheetHeightToPages | Fit worksheet height to this number of pages (0 = use as many as needed). |
FitWorksheetWidthToPages | Fit worksheet width to this number of pages (0 = use as many as needed). |
FooterMargin | Footer margin. |
HeaderMargin | Header margin. |
NumberOfCopies | Number of copies to print. |
PaperSize | MS Excel specific paper size / type index. |
Portrait | True for portrait orientation, false for landscape orientation. |
PrintBlackWhite | True for printing in black and white, false otherwise. |
PrintCellNotes | True for printing cell notes, false otherwise. |
PrintNotesSheetEnd | True for printing notes at end of sheet, false otherwise. |
PrintPagesInRows | True for printing pages in rows, false otherwise. |
PrintResolution | Print resolution in dpi. |
StartPageNumber | Start page number. |
UseStartPageNumber | True for using start page number, false otherwise. |
VerticalPrintResolution | Vertical print resolution in dpi. |
ExcelPrintOptions Class | GemBox.Spreadsheet Namespace