←Select platform

Command Property

Summary

Gets or sets a value indicating how the load or save process should continue.

Syntax
C#
VB
Objective-C
C++
Java
public CodecsPageEventCommand Command { get; set; } 
Public Property Command As CodecsPageEventCommand 
@property (nonatomic, assign) LTCodecsPageEventCommand command 
public CodecsPageEventCommand getCommand() 
public void setCommand(CodecsPageEventCommand value) 
public: 
property CodecsPageEventCommand Command { 
   CodecsPageEventCommand get(); 
   void set (    CodecsPageEventCommand ); 
} 

Property Value

A value indicating how the load or save process should continue.

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