Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property Empty As MrcSegmentImageOptions |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static MrcSegmentImageOptions Empty {get;} |
Managed Extensions for C++ | |
---|---|
public: __property static MrcSegmentImageOptions get_Empty(); |
C++/CLI | |
---|---|
public: static property MrcSegmentImageOptions Empty { MrcSegmentImageOptions get(); } |
Return Value
An MrcSegmentImageOptions structure with its properties left uninitialized.Refer to MrcSegmenter example.
An empty MrcSegmentImageOptions structure will have:
CleanSize property is set to 0. SegmentQuality property is set to 0. ColorThreshold property is set to 0. BackgroundThreshold property is set to 0. CombineThreshold property is set to 0. Flags property is set to MrcSegmentImageFlags.FavorOneBit.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family