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

Syntax

C#
public static PdfShading Type1(
	PdfWriter writer,
	Color colorSpace,
	float[] domain,
	float[] tMatrix,
	PdfFunction function
)
Visual Basic
Public Shared Function Type1 ( _
	writer As PdfWriter, _
	colorSpace As Color, _
	domain As Single(), _
	tMatrix As Single(), _
	function As PdfFunction _
) As PdfShading
Visual C++
public:
static PdfShading^ Type1(
	PdfWriter^ writer, 
	Color^ colorSpace, 
	array<float>^ domain, 
	array<float>^ tMatrix, 
	PdfFunction^ function
)

Parameters

writer
Type: iTextSharp.text.pdf..::..PdfWriter
colorSpace
Type: iTextSharp.text..::..Color
domain
Type: array<System..::..Single>[]()[][]
tMatrix
Type: array<System..::..Single>[]()[][]
function
Type: iTextSharp.text.pdf..::..PdfFunction

See Also