←Select platform

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 Leadtools.Mrc.MrcSegmentData 
public: 
static property Leadtools.Mrc.MrcSegmentData Empty { 
   Leadtools.Mrc.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly