Control Reference > VSPrinter Control > VSPrinter Properties > Measuring Property |
Returns True if the control is measuring text, False if it is rendering.
val% = [form!]VSPrinter.Measuring
Some of the VSPrinter events are fired while rendering and while measuring text to make sure it will fit on the page. For example, the BeforeTableCell event is fired when rendering tables and when calculating row heights.
This property allows you to determine whether VSPrinter is measuring or rendering the text when these events are fired.
Boolean