←Select platform

CodecsPageEventState Enumeration

Summary
Indicates the state of the page load/save process.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum CodecsPageEventState   
typedef NS_ENUM(NSInteger, LTCodecsPageEventState) { 
 LTCodecsPageEventStateBefore,  
 LTCodecsPageEventStateAfter 
}; 
public enum CodecsPageEventState 
public enum class CodecsPageEventState   
class CodecsPageEventState(Enum): 
   Before = 0 
   After = 1 
Members
ValueMemberDescription
0BeforeThe page is about to be processed.
1AfterThe page has been processed.
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.