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

Syntax

C#
public static PdfFunction Type3(
	PdfWriter writer,
	float[] domain,
	float[] range,
	PdfFunction[] functions,
	float[] bounds,
	float[] encode
)
Visual Basic
Public Shared Function Type3 ( _
	writer As PdfWriter, _
	domain As Single(), _
	range As Single(), _
	functions As PdfFunction(), _
	bounds As Single(), _
	encode As Single() _
) As PdfFunction
Visual C++
public:
static PdfFunction^ Type3(
	PdfWriter^ writer, 
	array<float>^ domain, 
	array<float>^ range, 
	array<PdfFunction^>^ functions, 
	array<float>^ bounds, 
	array<float>^ encode
)

Parameters

writer
Type: iTextSharp.text.pdf..::..PdfWriter
domain
Type: array<System..::..Single>[]()[][]
range
Type: array<System..::..Single>[]()[][]
functions
Type: array<iTextSharp.text.pdf..::..PdfFunction>[]()[][]
bounds
Type: array<System..::..Single>[]()[][]
encode
Type: array<System..::..Single>[]()[][]

See Also