←Select platform

RasterCodecs Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public RasterCodecs RasterCodecs { get; } 
public:  
   property RasterCodecs^ RasterCodecs 
   { 
      RasterCodecs^ get() 
   } 
public RasterCodecs getRasterCodecs() 
RasterCodecs # get  (LEADDocument) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.