←Select platform

CodecsPageEventState Enumeration

Summary

Indicates the state of the page load/save process.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum CodecsPageEventState   
Public Enum CodecsPageEventState  
    
    
public enum CodecsPageEventState    
typedef NS_ENUM(NSInteger, LTCodecsPageEventState) 
public enum CodecsPageEventState 
Leadtools.Codecs.CodecsPageEventState = function() { }; 
Leadtools.Codecs.CodecsPageEventState.prototype = {<br/> 
  Before = 0, 
    After = 1, 
     
 }; 
public enum class CodecsPageEventState   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly