←Select platform

RasterCodecs Property

Summary

The initialized RasterCodecs object to be used to save and load images of different formats.

Syntax
C#
VB
C++
public RasterCodecs RasterCodecs { get; set; } 
Public Property RasterCodecs() As RasterCodecs 
   Get 
   Set 
public:  
   property RasterCodecs^ RasterCodecs 
   { 
      RasterCodecs^ get() 
      void set(RasterCodecs^ value) 
   } 

Property Value

An initialized object of type RasterCodecs. The default value is null.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly