ComponentOne List 8.0 for ActiveX
NoClipping Property

 

NoClipping Property

This property sets or returns a Boolean that determined how cell text is clipped during print and print preview operations.

Syntax

PrintInfo.NoClipping= boolean

Remarks

Read/Write at run time and design time.

Property applies to PrintInfo object.

If False (the default), text inside of list cells is clipped to the cell boundaries, as it is in the normal list view.

If set to True, any text inside the list 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.

See Also

PrintInfo Object, PrintInfos Collection

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback