LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Command Property

Show in webframe







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)
            
 
get_Command();
set_Command(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.