TextGRAB SDK Documentation | ITextItem::CharactersWidth

Returns an optional array of width each characters of text in screen pixels.

[C/C++]
HRESULT   get_CharactersWidth( VARIANT* retval );
[Visual Basic]
Public ReadOnly Property  CharactersWidth As Variant
[C#]
public  ref object   ITextItem.CharactersWidth { get; }

Parameters

retval
[out,retval] width array.

See Also

ITextItem interface