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 LEADDocument 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document