Visual Basic (Declaration) | |
---|---|
Public Property Cancel As RasterCommandProcessorCancel |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterCommandProcessorCancel Cancel {get; set;} |
C++/CLI | |
---|---|
public: property RasterCommandProcessorCancel Cancel { RasterCommandProcessorCancel get(); void set (RasterCommandProcessorCancel value); } |
Return Value
Value which indicates whether to continue with the image processing command or to cancel it.For an example, refer to RasterCommandProcessor.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family