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

Syntax

C#
public static PdfFunction Type2(
	PdfWriter writer,
	float[] domain,
	float[] range,
	float[] c0,
	float[] c1,
	float n
)
Visual Basic
Public Shared Function Type2 ( _
	writer As PdfWriter, _
	domain As Single(), _
	range As Single(), _
	c0 As Single(), _
	c1 As Single(), _
	n As Single _
) As PdfFunction
Visual C++
public:
static PdfFunction^ Type2(
	PdfWriter^ writer, 
	array<float>^ domain, 
	array<float>^ range, 
	array<float>^ c0, 
	array<float>^ c1, 
	float n
)

Parameters

writer
Type: iTextSharp.text.pdf..::..PdfWriter
domain
Type: array<System..::..Single>[]()[][]
range
Type: array<System..::..Single>[]()[][]
c0
Type: array<System..::..Single>[]()[][]
c1
Type: array<System..::..Single>[]()[][]
n
Type: System..::..Single

See Also