Leadtools.Codecs Namespace : CodecsOverlayCallbackMode Enumeration |
public enum CodecsOverlayCallbackMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsOverlayCallbackMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsOverlayCallbackMode
public enum CodecsOverlayCallbackMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Codecs.CodecsOverlayCallbackMode = function() { }; Leadtools.Codecs.CodecsOverlayCallbackMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CodecsOverlayCallbackMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
LoadCall | First, try loading the overlay image from disk. If the load fails, the CodecsOverlayCallback method will be asked to provide the overlay image. |
LoadOnly | Try to load the overlay image from disk. If the load fails, there is no overlay. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsOverlayCallbackMode
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