Cuminas DjVu SDK for .NET Framework
ThickenShapes Property



This value is to control the thicken-shape process, which improves the readability when used with Color JB2 images.
Syntax
Public Property ThickenShapes As Boolean
Dim instance As SegmenterParams
Dim value As Boolean
 
instance.ThickenShapes = value
 
value = instance.ThickenShapes
public bool ThickenShapes {get; set;}
public:
property bool ThickenShapes {
   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