Click or drag to resize

PdfOutputIntentItemProfile Property

Gets or sets an ICC profile defining the transformation from the PDF document’s source colors to output device colorants.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public CsICCBased Profile { get; set; }

Property Value

CsICCBased
Required if ConditionId does not specify a standard production condition; optional otherwise.
Remarks
The format of the profile stream is the same as that used in specifying an CsICCBased color space (see Working With Color Spaces). The output transformation uses the profile’s “from CIE” information (BToA in ICC terminology); the “to CIE” (AToB) information can optionally be used to remap source color values to some other destination color space, such as for screen preview or hardcopy proofing.
See Also