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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.