Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Data Type

Description

Zoom

*Input (Optional)

Unicode String

Zoom level

Layout

*Input (Optional)

Enumeration

Page layout

Details

...

     Define_Com Class(#PRIM_PDF) Name(#pdf) Unitm(mm) Pageformat(A4) Pageorientation(Portrait) 

#pdf.start
#pdf.setDisplayMode Zoom('150%') Layout(Continuous)
#pdf.text Text('Hello World!') Left(10) Top(10)

#pdf.save Filename('myReport.pdf')

...

Enum Value

Description

Continuous

Continuous scroll (default)

Single

Single page shows one page at the time

TwoLeft

Two column left mode, first page starts on the left

TwoRight

Pages are laid out in two columns, with the first page on the right


 See See also

All Component Classes

Technical Reference