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

Syntax

C#
public ICC_Profile TagICC { get; set; }
Visual Basic
Public Property TagICC As ICC_Profile
	Get
	Set
Visual C++
public:
property ICC_Profile^ TagICC {
	ICC_Profile^ get ();
	void set (ICC_Profile^ value);
}

See Also