Visual Basic (Declaration) | |
---|---|
Public Enum CodecsOverlayCallbackMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum CodecsOverlayCallbackMode : Enum |
C++/CLI | |
---|---|
public enum class CodecsOverlayCallbackMode : public Enum |
Member | Description |
---|---|
LoadCall | First, try loading the overlay image from disk. If the load fails, the __Delegates.CodecsOverlayCallback method will be asked to provide the overlay image. |
CallLoad | First, call the __Delegates.CodecsOverlayCallback method. If the handler did not supply an overlay image, try loading the overlay image from disk. |
CallOnly | Call the __Delegates.CodecsOverlayCallback method. If there is no __Delegates.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. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsOverlayCallbackMode
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family