The Empty Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Represents an MrcSegmentData structure with its properties left uninitialized.| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property Empty As MrcSegmentData | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As MrcSegmentData value = MrcSegmentData.Empty | |
| C# | |
|---|---|
public static MrcSegmentData Empty {get;} | |
| C++/CLI | |
|---|---|
public: static property MrcSegmentData Empty { MrcSegmentData get(); } | |
Property Value
An MrcSegmentData structure with its properties left uninitialized.Refer to MrcSegmenter.AddSegment example.
(Read only) An empty MrcSegmentData structure will have the:
- ImageSegment property is set to the default rectangle object.
- SegmentType property is set to MrcSegmentType.Text1BitBw.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code