LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CodecsOverlayCallbackMode Enumeration

Show in webframe







Indicates the overlay callback mode.
Syntax
public enum CodecsOverlayCallbackMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum CodecsOverlayCallbackMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsOverlayCallbackMode
public enum CodecsOverlayCallbackMode : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public enum CodecsOverlayCallbackMode
Leadtools.Codecs.CodecsOverlayCallbackMode = function() { };
Leadtools.Codecs.CodecsOverlayCallbackMode.prototype = {
LoadCall = 1, CallLoad = 2, CallOnly = 3, LoadOnly = 4, };
public enum class CodecsOverlayCallbackMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
1LoadCallFirst, try loading the overlay image from disk. If the load fails, the CodecsOverlayCallback method will be asked to provide the overlay image.
2CallLoadFirst, call the CodecsOverlayCallback method. If the handler did not supply an overlay image, try loading the overlay image from disk.
3CallOnlyCall the CodecsOverlayCallback method. If there is no CodecsOverlayCallback method passed, there is no overlay image.
4LoadOnlyTry 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

See Also

Reference

Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.