LinkBase.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) | 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) | filePath | Exports a document to the specified file path in Image format. |