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

Syntax

C#
public void SetOutputIntents(
	string outputConditionIdentifier,
	string outputCondition,
	string registryName,
	string info,
	ICC_Profile colorProfile
)
Visual Basic
Public Sub SetOutputIntents ( _
	outputConditionIdentifier As String, _
	outputCondition As String, _
	registryName As String, _
	info As String, _
	colorProfile As ICC_Profile _
)
Visual C++
public:
void SetOutputIntents(
	String^ outputConditionIdentifier, 
	String^ outputCondition, 
	String^ registryName, 
	String^ info, 
	ICC_Profile^ colorProfile
)

Parameters

outputConditionIdentifier
Type: System..::..String
outputCondition
Type: System..::..String
registryName
Type: System..::..String
info
Type: System..::..String
colorProfile
Type: iTextSharp.text.pdf..::..ICC_Profile

See Also