Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomExportEventArgs Constructors

Arguments, specific to the ExportController.CustomExport and ExportController.Exported events of the ExportController class.
Name Parameters Description
CustomExportEventArgs(IBasePrintable, Stream, ExportTarget, ExportOptionsBase) printable, stream, exportTarget, exportOptions Initializes a new instance of the CustomExportEventArgs class with specified settings.
See Also