C#
VB
C++
Format to use when saving images in the document
public RasterImageFormat ImageType { get; set; }
Public Property ImageType() As RasterImageFormat
Get
Set
public:
property RasterImageFormat^ ImageType
{
RasterImageFormat^ get()
void set(RasterImageFormat^ value)
}
Format to use when saving images in the document. Default value is RasterImageFormat.Png.
The following formats are supported by the document writer. Setting this value to any other option will result in an error:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET