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

Syntax

C#
public static PdfFunction Type0(
	PdfWriter writer,
	float[] domain,
	float[] range,
	int[] size,
	int bitsPerSample,
	int order,
	float[] encode,
	float[] decode,
	byte[] stream
)
Visual Basic
Public Shared Function Type0 ( _
	writer As PdfWriter, _
	domain As Single(), _
	range As Single(), _
	size As Integer(), _
	bitsPerSample As Integer, _
	order As Integer, _
	encode As Single(), _
	decode As Single(), _
	stream As Byte() _
) As PdfFunction
Visual C++
public:
static PdfFunction^ Type0(
	PdfWriter^ writer, 
	array<float>^ domain, 
	array<float>^ range, 
	array<int>^ size, 
	int bitsPerSample, 
	int order, 
	array<float>^ encode, 
	array<float>^ decode, 
	array<unsigned char>^ stream
)

Parameters

writer
Type: iTextSharp.text.pdf..::..PdfWriter
domain
Type: array<System..::..Single>[]()[][]
range
Type: array<System..::..Single>[]()[][]
size
Type: array<System..::..Int32>[]()[][]
bitsPerSample
Type: System..::..Int32
order
Type: System..::..Int32
encode
Type: array<System..::..Single>[]()[][]
decode
Type: array<System..::..Single>[]()[][]
stream
Type: array<System..::..Byte>[]()[][]

See Also