←Select platform

RasterCodecs Property

Summary

Object that is used to load or save raster images and SVG documents.

Syntax
C#
VB
C++
Java
public RasterCodecs RasterCodecs { get; } 
Public ReadOnly Property RasterCodecs() As RasterCodecs 
   Get 
public:  
   property RasterCodecs^ RasterCodecs 
   { 
      RasterCodecs^ get() 
   } 
public RasterCodecs getRasterCodecs() 

Property Value

The RasterCodecs object to use when this LEADDocument loads or saves RasterImage and SvgDocument objects.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly