cpdf_setdash
Description
bool cpdf_setdash ( int pdf_document, float white, float black )Sets the dash pattern to the given one. If both parameters are 0, a solid line is set.
Parameters
pdf_documentThe document handle, returned by cpdf_open().
whiteWhite units, as a float
blackBlack units, as a float
