Click or drag to resize

PdfOutputIntentItemConditionId Property

Gets or sets an ASCII string identifying the intended output device or production condition in human- or machine-readable form.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public string ConditionId { get; }

Property Value

String
Required.
Remarks

A typical value for this entry would be the name of a production condition maintained in an industry-standard registry such as the ICC Characterization Data Registry. If the designated condition matches that in effect at production time, the production software is responsible for providing the corresponding ICC profile as defined in the registry.

If the intended production condition is not a recognized standard, the value of this entry may be Custom or an application specific, machine-readable name. The Profile property defines the ICC profile, and the Info property is used for further human-readable identification.

See Also