Visual Basic (Declaration) | |
---|---|
Public Enum CodecsOverlayCallbackMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsOverlayCallbackMode |
C# | |
---|---|
public enum CodecsOverlayCallbackMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class CodecsOverlayCallbackMode : public System.Enum, IComparable, IConvertible, 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)