Flags Property

Summary

Flags that determine the behavior of the process.

Syntax
C#
VB
C++
public MrcSegmentImageFlags Flags { get; set; } 
  
Public Property Flags As MrcSegmentImageFlags 
public: 
property MrcSegmentImageFlags Flags { 
   MrcSegmentImageFlags get(); 
   void set (    MrcSegmentImageFlags ); 
} 

Property Value

For possible values, refer to MrcSegmentImageFlags

Example

Refer to MrcSegmenter example.

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