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

Syntax

C#
public static ICC_Profile GetInstance(
	Stream file
)
Visual Basic
Public Shared Function GetInstance ( _
	file As Stream _
) As ICC_Profile
Visual C++
public:
static ICC_Profile^ GetInstance(
	Stream^ file
)

Parameters

file
Type: System.IO..::..Stream

See Also