Object that is used to load or save raster images and SVG documents.
public RasterCodecs RasterCodecs { get; }
Public ReadOnly Property RasterCodecs() As RasterCodecs
Get
public:
property RasterCodecs^ RasterCodecs
{
RasterCodecs^ get()
}
public RasterCodecs getRasterCodecs()
The RasterCodecs object to use when this Document loads or saves RasterImage and SvgDocument objects.
A new RasterCodecs object is created by DocumentFactory and set in this property when the document is loaded or created. Refer to DocumentFactory.RasterCodecsTemplate for more information.
Note that if this document uses cache, then the options of RasterCodecs is saved into the cache when the document is saved. When the document is re-loaded, a new instance of RasterCodecs is created and the options are set from the cache.
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