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

Syntax

C#
public static PdfShading SimpleAxial(
	PdfWriter writer,
	float x0,
	float y0,
	float x1,
	float y1,
	Color startColor,
	Color endColor,
	bool extendStart,
	bool extendEnd
)
Visual Basic
Public Shared Function SimpleAxial ( _
	writer As PdfWriter, _
	x0 As Single, _
	y0 As Single, _
	x1 As Single, _
	y1 As Single, _
	startColor As Color, _
	endColor As Color, _
	extendStart As Boolean, _
	extendEnd As Boolean _
) As PdfShading
Visual C++
public:
static PdfShading^ SimpleAxial(
	PdfWriter^ writer, 
	float x0, 
	float y0, 
	float x1, 
	float y1, 
	Color^ startColor, 
	Color^ endColor, 
	bool extendStart, 
	bool extendEnd
)

See Also