Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
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
typedef NS_ENUM(NSInteger, LTCodecsOverlayCallbackMode)
public enum CodecsOverlayCallbackMode
Leadtools.Codecs.CodecsOverlayCallbackMode = function() { }; Leadtools.Codecs.CodecsOverlayCallbackMode.prototype = {<br/> LoadCall = 1, CallLoad = 2, CallOnly = 3, LoadOnly = 4, };
public enum class CodecsOverlayCallbackMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
1 | LoadCall | First, try loading the overlay image from disk. If the load fails, the CodecsOverlayCallback method will be asked to provide the overlay image. |
2 | CallLoad | First, call the CodecsOverlayCallback method. If the handler did not supply an overlay image, try loading the overlay image from disk. |
3 | CallOnly | Call the CodecsOverlayCallback method. If there is no CodecsOverlayCallback method passed, there is no overlay image. |
4 | 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