←Select platform

CodecsPageEventCommand Enumeration

Summary

Indicates the action to take regarding the load/save operation.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum CodecsPageEventCommand   
Public Enum CodecsPageEventCommand  
    
    
public enum CodecsPageEventCommand    
typedef NS_ENUM(NSInteger, LTCodecsPageEventCommand) 
public enum CodecsPageEventCommand 
Leadtools.Codecs.CodecsPageEventCommand = function() { }; 
Leadtools.Codecs.CodecsPageEventCommand.prototype = {<br/> 
  Continue = 0, 
    Skip = 1, 
    Stop = 2, 
     
 }; 
public enum class CodecsPageEventCommand   

Members

ValueMemberDescription
0ContinueContinue normally.
1Skip Skip the current page.
2StopAbort the process.
Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly