Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property Empty As MrcSegmentData |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static MrcSegmentData Empty {get;} |
C++/CLI | |
---|---|
public: static property MrcSegmentData Empty { MrcSegmentData get(); } |
Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family