Initializes a new instance of the PdfICCBased class

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

Syntax

C#
public PdfICCBased(
	ICC_Profile profile
)
Visual Basic
Public Sub New ( _
	profile As ICC_Profile _
)
Visual C++
public:
PdfICCBased(
	ICC_Profile^ profile
)

See Also