Cuminas DjVu SDK for .NET Framework
DetectEdge Property



This value is to control the detection of edges surrounding a objects. If any objects are connected to an important object which is considered to be vital to the document readability, the objects may reduce the quality of the important object; they changes the color of the important object during the JB2 color processing.\n With this flag, you can remove such undesired interference by removing such objects.
Syntax
Public Property DetectEdge As Boolean
Dim instance As SegmenterParams
Dim value As Boolean
 
instance.DetectEdge = value
 
value = instance.DetectEdge
public bool DetectEdge {get; set;}
public:
property bool DetectEdge {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

SegmenterParams Class
SegmenterParams Members

Send Feedback