Initializes a new instance of the PdfDashPattern class

Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PdfDashPattern(
	float dash,
	float gap,
	float phase
)
Visual Basic
Public Sub New ( _
	dash As Single, _
	gap As Single, _
	phase As Single _
)
Visual C++
public:
PdfDashPattern(
	float dash, 
	float gap, 
	float phase
)

Parameters

dash
Type: System..::..Single
gap
Type: System..::..Single
phase
Type: System..::..Single

See Also