LineType |
-
LineType( [aType] ) => specify the type of line to draw.
aType (array) : An array of numeric values. Alternate values are used for dashes and spaces. A period must be used for numbers with decimal fractions.
For example, to make a dash-dot-dot pattern the following could be used: {20.5,10,11,10,11,10}.
For a continuous line, use "0" => oPdf:LineType( {0} )