Property TextElements
TextElements
Gets the collection of TextElement instances found on the page. Each text element may optionally include bounding box coordinates describing its layout.
public IEnumerable<TextElement> TextElements { get; }
Gets the collection of TextElement instances found on the page. Each text element may optionally include bounding box coordinates describing its layout.
public IEnumerable<TextElement> TextElements { get; }