Cuminas DjVu SDK for .NET Framework
UseFgIfEmpty Property



This value is to control which layer to choose if the input image has only one color and no need to segment the image. If this value is true, segmenter writes 0 for all the mask pixels; otherwise writes 1 for all the mask pixels.
Syntax
Public Property UseFgIfEmpty As Boolean
Dim instance As SegmenterParams
Dim value As Boolean
 
instance.UseFgIfEmpty = value
 
value = instance.UseFgIfEmpty
public bool UseFgIfEmpty {get; set;}
public:
property bool UseFgIfEmpty {
   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