←Select platform

RasterCodecsInstance Property

Summary
Gets the Leadtools.Codecs.RasterCodecs used for loading and saving images of objects that implement the IMasterFormsRepository interface.
Syntax
C#
VB
C++
Java
public RasterCodecs RasterCodecsInstance { get; } 
  
ReadOnly Property RasterCodecsInstance As RasterCodecs 
public abstract RasterCodecs getRasterCodecsInstance(); 
property RasterCodecs^ RasterCodecsInstance { 
   RasterCodecs^ get(); 
} 

Property Value

Returns the Leadtools.Codecs.RasterCodecs used for loading and saving images of objects that implement the IMasterFormsRepository interface.

Remarks

If this instance is null, images can neither be loaded nor be saved.

Example

A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

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