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
)
Visual Basic
Public Sub New ( _
	dash As Single _
)
Visual C++
public:
PdfDashPattern(
	float dash
)

Parameters

dash
Type: System..::..Single

See Also