Starts the PDF document
Member of PRIM_PDF (PRIM_PDF)
Starts the PDF document. It creates an instance of the underlying PDF document
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')
LANSA Version 15, April 2020