officefileapi-devexpress-dot-xtraspreadsheet-54515921.md
Provides access to options that control how a printed document is generated and previewed.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public class WorkbookPrintOptions :
SpreadsheetNotificationOptions
Public Class WorkbookPrintOptions
Inherits SpreadsheetNotificationOptions
The following members return WorkbookPrintOptions objects:
Use the DocumentOptions.Print property to get access to a WorkbookPrintOptions class instance.
Access print options for a Workbook instance:
Access print options for a workbook in the Spreadsheet control :
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions WorkbookPrintOptions SpreadsheetPrintOptions
See Also