HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.Canvas
|
Top Previous Next |
|
Gives access to the document canvas.
Delphi syntax: property Canvas: TCanvas;
C++ syntax: __property Graphics::TCanvas* Canvas;
Description Use the Canvas property to paint to the PDF document during the TCanvas drawing methods.
Code Example
|