←Select platform

Stop Property

Summary

A flag that indicates whether to stop processing the RasterCommandsList.

Syntax
C#
VB
C++
Java
public bool Stop { get; set; } 
Public Property Stop As Boolean 
public boolean getStop() 
public void setStop(boolean stop) 
public: 
property bool Stop { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

A flag that indicates whether to stop processing the RasterCommandsList.

Example

Refer to RasterCommandsList.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Kernel Assembly