Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
CodecsOverlayCallbackMode Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsOverlayCallbackMode Enumeration




Indicates the overlay callback mode.

Syntax

Visual Basic (Declaration) 
Public Enum CodecsOverlayCallbackMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As CodecsOverlayCallbackMode
C# 
public enum CodecsOverlayCallbackMode : Enum 
Managed Extensions for C++ 
__value public enum CodecsOverlayCallbackMode : public Enum 
C++/CLI 
public enum class CodecsOverlayCallbackMode : public Enum 

Members

MemberDescription
LoadCall First, try loading the overlay image from disk. If the load fails, the CodecsOverlayCallback method will be asked to provide the overlay image.
CallLoad First, call the CodecsOverlayCallback method. If the handler did not supply an overlay image, try loading the overlay image from disk.
CallOnly Call the CodecsOverlayCallback method. If there is no CodecsOverlayCallback method passed, there is no overlay image.
LoadOnly Try to load the overlay image from disk. If the load fails, there is no overlay.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsOverlayCallbackMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also