Stop Property

Summary

Enables or disables firing event SetProperty.

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

Property Value

true: continue firing SetProperty event, false: stop firing SetProperty event

Example

For an example, refer to ImageResolution.

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.Twain Assembly