←Select platform

CodecsOverlayCallbackMode Enumeration

Summary
Indicates the overlay callback mode.
Syntax
C#
VB
Objective-C
C++
Java
public enum CodecsOverlayCallbackMode   
Public Enum CodecsOverlayCallbackMode  
typedef NS_ENUM(NSInteger, LTCodecsOverlayCallbackMode) 
public enum CodecsOverlayCallbackMode 
public enum class CodecsOverlayCallbackMode   
Members
ValueMemberDescription
1LoadCallFirst, try loading the overlay image from disk. If the load fails, the CodecsOverlayCallback method will be asked to provide the overlay image.
2CallLoadFirst, call the CodecsOverlayCallback method. If the handler did not supply an overlay image, try loading the overlay image from disk.
3CallOnlyCall the CodecsOverlayCallback method. If there is no CodecsOverlayCallback method passed, there is no overlay image.
4LoadOnlyTry to load the overlay image from disk. If the load fails, there is no overlay.
Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.