RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPrinter.Canvas Property

Represents the surface of the currently printing page.

Pascal
property Canvas: TCanvas;
C++
__property TCanvas Canvas;

Canvas represents the printing surface of a page. Use the Brush, Font, and Pen properties of the Canvas object to determine how drawing or text appears on the page.

Note:
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!