Empty Property

Summary

Represents an MrcSegmentData structure with its properties left uninitialized.

Syntax
C#
VB
C++
public static MrcSegmentData Empty { get; } 
  
Public Shared ReadOnly Property Empty As MrcSegmentData 
public: 
static property MrcSegmentData Empty { 
   MrcSegmentData get(); 
} 

Property Value

An MrcSegmentData structure with its properties left uninitialized.

Remarks

An empty MrcSegmentData structure will have the:

  • ImageSegment property is set to the default rectangle object.
  • SegmentType property is set to MrcSegmentType.Text1BitBw.

Example

Refer to MrcSegmenter.AddSegment example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly