Raster image format to use when saving the document.
public RasterImageFormat Format { get; set; }
Public Property Format() As RasterImageFormat
Get
Set
public:
property RasterImageFormat^ Format
{
RasterImageFormat^ get()
void set(RasterImageFormat^ value)
}
public RasterImageFormat getFormat()
public void setFormat(RasterImageFormat value)
The raster image format to use when saving the document. Default value is RasterImageFormat.Unknown.
If the value of Format is the default RasterImageFormat.Unknown, then the document will be saved using the format of the original document.
For an example, refer to Document.SaveToFile.
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