Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public void SetLineDash(
float unitsOn,
float phase
) |
| Visual Basic |
|---|
Public Sub SetLineDash ( _
unitsOn As Single, _
phase As Single _
) |
| Visual C++ |
|---|
public:
void SetLineDash(
float unitsOn,
float phase
) |
See Also