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

Show in webframe

Command Property








Gets or sets a value indicating how the load or save process should continue.
Syntax
public CodecsPageEventCommand Command {get; set;}
'Declaration
 
Public Property Command As CodecsPageEventCommand
'Usage
 
Dim instance As CodecsPageEventArgs
Dim value As CodecsPageEventCommand
 
instance.Command = value
 
value = instance.Command
public CodecsPageEventCommand Command {get; set;}
@property (nonatomic, assign) LTCodecsPageEventCommand command
public CodecsPageEventCommand getCommand()
public void setCommand(CodecsPageEventCommand value)
            
 <br/>get_Command();<br/>set_Command(value);<br/>Object.defineProperty('Command'); 
public:
property CodecsPageEventCommand Command {
   CodecsPageEventCommand get();
   void set (    CodecsPageEventCommand value);
}

Property Value

A value indicating how the load or save process should continue.
Example
For an example, refer to RasterCodecs.LoadPage.
Requirements

Target Platforms

See Also

Reference

CodecsPageEventArgs Class
CodecsPageEventArgs Members

Error processing SSI file