HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.BeginDoc
|
Top Previous Next |
|
Creates new document.
Delphi syntax: procedure BeginDoc ( Initial: boolean = false );
C++ syntax: void __fastcall BeginDoc ( bool Initial = false );
Description BeginDoc starts a new PDF document and creates the first page. In normal usage, call BeginDoc with the default parameter value and then draw on CurrentPage.
Code Example
See also: EndDoc
|