←Select platform

ReportIgnored Property

Summary

Indicates whether the ignored objects should be returned after extraction.

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

Property Value

true to return the ignored noise/containers in their respective lists; otherwise, false. The default value is false.

Example

For an example, refer to ExtractObjectsCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.