←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++
public RasterCodecs RasterCodecsInstance { get; } 
  
ReadOnly Property RasterCodecsInstance As Leadtools.Codecs.RasterCodecs 
property Leadtools.Codecs.RasterCodecs^ RasterCodecsInstance { 
   Leadtools.Codecs.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly