SetLineWidth
Description
Sets the outline width for any subsequently drawn shapes.
Syntax
Delphi
function TQuickPDF0813.SetLineWidth(LineWidth: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetLineWidth(LineWidth As Double) As Long
DLL
int QuickPDFSetLineWidth(int InstanceID, double LineWidth)
Parameters
| LineWidth | The width to use |