ExportToImage(Stream, DXImageFormat)
|
stream, format
|
Exports a document to an image with the specified format and sends it to a stream.
|
ExportToImage(Stream, ImageExportOptions)
|
stream, options
|
Exports a document to the specified stream in Image format using the defined Image-specific options.
|
ExportToImage(Stream)
|
stream
|
Exports a document to the specified stream as an image. Use options to specify an image format.
|
ExportToImage(String, DXImageFormat)
|
filePath, format
|
Exports a document to an image with the specified format and saves it to a file.
|
ExportToImage(String, ImageExportOptions)
|
filePath, options
|
Exports a document to the specified file path in Image format with the specified options.
|
ExportToImage(String)
|
filePath
|
Exports a document to the specified file path in Image format.
|