Overload | Description |
---|---|
Print() | Print a layout using default printer settings. This method must be called on the MCT. Use QueuedTask.Run. |
Print(PrinterSettingsInfo) | Print a layout. This method must be called on the MCT. Use QueuedTask.Run. |
Print(PrinterSettingsInfo,MapSeriesExportOptions) | Print pages from a layout's associated map series using a specialized collection of settings. This method must be called on the MCT. Use QueuedTask.Run. |