←Select platform

RasterCodecs Property

Summary

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

Syntax

C#
VB
Java
C++
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 Document 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly