Click or drag to resize

ITextSegment Interface

Represents single text segment.

Namespace:  Atalasoft.Imaging.Text
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface ITextSegment

The ITextSegment type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Gets the segment bounding rectangle in image coordinates without rotation applied.
Public propertyGlyphs
Gets the individual glyphs information if supported. Returns empty collection otherwise.
Public propertyText
Gets the segment text.
Top
See Also