←Select platform

LoadMode Property

Summary

Gets and sets the load mode for the LEADTOOLS codec.

Syntax

C#
VB
Java
C++
public CodecsCodecLoadMode LoadMode { get; set; } 
Public Property LoadMode As Leadtools.Codecs.CodecsCodecLoadMode 
public CodecsCodecLoadMode getLoadMode() 
public void setLoadMode(CodecsCodecLoadMode value) 
             

Property Value

The load mode for the LEADTOOLS codec.

Remarks

The LoadMode affects the behavior of RasterCodecs.Load, RasterCodecs.LoadAsync, RasterCodecs.GetInformation and RasterCodecs.GetInformationAsync. This can be one of three values: Ignored (do not use this codec), Fixed (this codec is always loaded), Dynamic (this codec is load when needed, and unloaded when finished).

Example

For an example, refer to RasterCodecs.GetCodecInformation.

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.Codecs Assembly