PRIM_PDF - start Method

Starts the PDF document

Member of PRIM_PDF (PRIM_PDF)

Details

Starts the PDF document. It creates an instance of the underlying PDF document

Example

Starts the PDF document
Define_Com Class(#PRIM_PDF) Name(#pdf) Unitm(mm) Pageformat(A4) Pageorientation(Portrait)
 
#pdf.start
 
#pdf.text Text('Hello World!') Left(10) Top(10)
 
#pdf.save Filename('myReport.pdf')

See also

All Component Classes

Technical Reference

LANSA Version 15, April 2020