HotPDF Delphi PDF Component Developer Guide | ![]() |
THotPDF.BeginDoc
|
Top Previous Next |
Creates new document.
Delphi syntax: procedure BeginDoc ( UseOutlines: boolean = false );
C++ syntax: void __fastcall BeginDoc ( bool UseOutlines );
Description BeginDoc method creates new document and adds first page to them. Set UseOutlines parameter to true to create outlines in the document.
See also: EndDoc
|
Copyright©2007-2019 losLab.com |