 | 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.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic CsICCBased Profile { get; set; }
Public Property Profile As CsICCBased
Get
Set
public:
property CsICCBased^ Profile {
CsICCBased^ get ();
void set (CsICCBased^ value);
}
member Profile : CsICCBased with get, set
/** @property */
public CsICCBased get_Profile()
/** @property */
public void set_Profile(CsICCBased value)
function get_Profile();
function set_Profile(value);
Property Value
CsICCBasedRequired 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