Visual Basic (Declaration) | |
---|---|
Public Enum CodecsOverlayCallbackMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum CodecsOverlayCallbackMode : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum CodecsOverlayCallbackMode : public 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 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsOverlayCallbackMode
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