Skip to main content
A newer version of this page is available. .

PrintingSystemBase.ExportToImage Method

Name Parameters Description
ExportToImage(Stream, ImageExportOptions) stream, options Exports a document to the specified stream in Image format using the defined Image-specific options.
ExportToImage(Stream, ImageFormat) stream, format Exports a document to the specified stream in the specified Image format.
ExportToImage(Stream) stream Exports a document to the specified stream in Image format.
ExportToImage(String, ImageExportOptions) filePath, options Exports a document to the specified file path in Image format using the defined Image-specific options.
ExportToImage(String, ImageFormat) filePath, format Exports a document to the specified file path using the specified image format.
ExportToImage(String) filePath Exports a document to the specified file path in Image format.