Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > Document Class : RasterCodecs Property |
public RasterCodecs RasterCodecs {get;}
'Declaration
Public ReadOnly Property RasterCodecs As RasterCodecs
'Usage
Dim instance As Document Dim value As RasterCodecs value = instance.RasterCodecs
public RasterCodecs getRasterCodecs()
public: property RasterCodecs^ RasterCodecs { RasterCodecs^ get(); }
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.