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

Syntax

C#
public PdfPatternPainter CreatePattern(
	float width,
	float height,
	float xstep,
	float ystep
)
Visual Basic
Public Function CreatePattern ( _
	width As Single, _
	height As Single, _
	xstep As Single, _
	ystep As Single _
) As PdfPatternPainter
Visual C++
public:
PdfPatternPainter^ CreatePattern(
	float width, 
	float height, 
	float xstep, 
	float ystep
)

Parameters

width
Type: System..::..Single
height
Type: System..::..Single
xstep
Type: System..::..Single
ystep
Type: System..::..Single

See Also