This interface enables application to perform operations on items of captured text snapshot.
| General methods and properties. | ||
| prop get | Bounds | Returns item bounding rectangle in screen coordinates. | 
| prop get | Window | Returns the window handle where text item were drawn. | 
| prop get | text | Returns the item text. | 
| prop get | CharactersWidth | Returns an optional array of width each characters of text in screen pixels. | 
| prop get | Spaces | Returns an optional array of values that indicate the distance between origins of adjacent character cells | 
| prop get | ForeColor | Returns foreground color of text item | 
| prop get | BackColor | Returns background color of text item. | 
| prop get | TextFont | Returns ITextFont for text item. | 
See Also
TextGRAB SDK Documentation contents | TextGRAB SDK Interfaces | ITextSnapshot::Item