PrintInfo Reference > PrintInfo Properties > NoClipping Property (PrintInfo) |
This property sets or returns a Boolean that determines how cell text is clipped during print and print preview operations.
PrintInfo.NoClipping= boolean
Read/Write at run time and design time.
If False (the default), text inside of grid cells is clipped to the cell boundaries, as it is in the normal grid view.
If set to True, any text inside the grid cells will be drawn without clipping during print and print preview operations only.
With some printer/font combinations, the size required to print certain text is sometimes reported incorrectly, which can result in undesired clipping of letters (when there should be none). If this occurs, it is necessary to set the NoClipping property to True. This will prevent the undesired clipping. This property should be used with caution, as in certain cases, it can result in cells' contents overflowing into other cells.