LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

CodecsOverlayCallbackMode Enumeration






Indicates the overlay callback mode. .NET support WinRT support Silverlight support
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  
Leadtools.Codecs.CodecsOverlayCallbackMode = function() { };
Leadtools.Codecs.CodecsOverlayCallbackMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CodecsOverlayCallbackMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
CallLoadFirst, call the CodecsOverlayCallback method. If the handler did not supply an overlay image, try loading the overlay image from disk.
CallOnlyCall the CodecsOverlayCallback method. If there is no CodecsOverlayCallback method passed, there is no overlay image.
LoadCallFirst, try loading the overlay image from disk. If the load fails, the CodecsOverlayCallback method will be asked to provide the overlay image.
LoadOnlyTry 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.