LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsPageEventState Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsPageEventState Enumeration



Indicates the state of the page load/save process.

Syntax

Visual Basic (Declaration) 
Public Enum CodecsPageEventState 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CodecsPageEventState
C# 
public enum CodecsPageEventState : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class CodecsPageEventState : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AfterThe page has been processed.
BeforeThe page is about to be processed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsPageEventState

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also