Printer Object
 
Syntax
 
Printer.Measure strText
 
Description
Returns width and height of a string, in twips, in TextWid and TextHei properties.
 
To measure text using the Measure property, assign it the text you want to measure, then read the text width and height, in twips, from the TextWid and TextHei properties.
 
See Also
Example