The Empty Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Represents an MrcSegmentImageOptions structure with its properties left uninitialized.Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property Empty As MrcSegmentImageOptions |
Visual Basic (Usage) | Copy Code |
---|---|
Dim value As MrcSegmentImageOptions value = MrcSegmentImageOptions.Empty |
C# | |
---|---|
public static MrcSegmentImageOptions Empty {get;} |
C++/CLI | |
---|---|
public: static property MrcSegmentImageOptions Empty { MrcSegmentImageOptions get(); } |
Property 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7