Article: General – Printing Textbox Outlines

General – Printing Textbox Outlines

Index

Printing Textbox Outlines

Because printers may have different settings it might be helpful to see the outlines of the text boxes for field alignment purposes.  The PrintCellRectangle property can use used to achieve this.

Example

cmsForm.PrintCellRectangle = true;

Related Articles

Main Categories