ExportToImage(Stream, ImageExportOptions)
|
stream, options
|
Exports the control’s data to the specified stream in Image format using the specified Image-specific options.
|
ExportToImage(Stream)
|
stream
|
Exports the control’s data to the specified stream in BMP format.
|
ExportToImage(String, ImageExportOptions)
|
filePath, options
|
Exports the control’s data to the specified file in Image format using the specified Image-specific options.
|
ExportToImage(String)
|
filePath
|
Exports the control’s data to the specified file in BMP format.
|