←Select platform

CodecsPageEventCommand Enumeration

Summary
Indicates the action to take regarding the load/save operation.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum CodecsPageEventCommand   
typedef NS_ENUM(NSInteger, LTCodecsPageEventCommand) { 
 LTCodecsPageEventCommandContinue,  
 LTCodecsPageEventCommandSkip,  
 LTCodecsPageEventCommandStop 
}; 
public enum CodecsPageEventCommand 
public enum class CodecsPageEventCommand   
class CodecsPageEventCommand(Enum): 
   Continue = 0 
   Skip = 1 
   Stop = 2 
Members
ValueMemberDescription
0ContinueContinue normally.
1Skip Skip the current page.
2StopAbort the process.
Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

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

Leadtools.Codecs Assembly

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