Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

State Property








Gets the state of the load or save process.
Syntax
public CodecsPageEventState State {get;}
'Declaration
 
Public ReadOnly Property State As CodecsPageEventState
'Usage
 
Dim instance As CodecsPageEventArgs
Dim value As CodecsPageEventState
 
value = instance.State
public CodecsPageEventState State {get;}
@property (nonatomic, assign, readonly) LTCodecsPageEventState state
public CodecsPageEventState getState()
 get_State(); 
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

See Also

Reference

CodecsPageEventArgs Class
CodecsPageEventArgs Members

Error processing SSI file