←Select platform

State Property

Summary

Gets the state of the load or save process.

Syntax
C#
VB
Objective-C
C++
Java
public CodecsPageEventState State { get; } 
Public ReadOnly Property State As CodecsPageEventState 
@property (nonatomic, assign, readonly) LTCodecsPageEventState state 
public CodecsPageEventState getState() 
public: 
property CodecsPageEventState State { 
   CodecsPageEventState get(); 
} 

Property Value

The state of the load or save process.

Example

For an example, refer to RasterCodecs.LoadPage.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly