Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsPageEventCommand Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsPageEventCommand Enumeration



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

Syntax

Visual Basic (Declaration) 
Public Enum CodecsPageEventCommand 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As CodecsPageEventCommand
C# 
public enum CodecsPageEventCommand : Enum 
C++/CLI 
public enum class CodecsPageEventCommand : public Enum 

Members

MemberDescription
Continue Continue normally.
Skip Skip the current page.
Stop Abort the process.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsPageEventCommand

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also