You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

PRIM_PDF - setDrawColor Method
Sets the stroke color for upcoming elements
Member of PRIM_PDF (PRIM_PDF)

Parameters

Name

Type

Data Type

Description

Color

*Input

Color

RGB color value or a LANSA specified color name

Details


Sets the stroke color for upcoming elements.

Example


Set the draw color
Define_Com Class(#PRIM_PDF) Name(#pdf) Unitm(mm) Pageformat(A4) Pageorientation(Portrait)
#pdf.start
#pdf.setDrawColor Color(Theme500)
#pdf.rect Left(10) Top(10) Width(50) Height(30)
#pdf.save Filename('myReport.pdf')

See also

All Component Classes
Technical Reference

  • No labels