Skip to main content
.NET 6.0+

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