THotPDF.AddPDFXOutputIntent Method

Adds a colour-profile-backed PDF/X output intent with production condition and registry metadata

Declaration

procedure AddPDFXOutputIntent(const OutputConditionIdentifier: AnsiString;
  const Info: AnsiString; ICCProfileStream: TStream;
  NumComponents: Integer; const AlternateCS: AnsiString;
  const OutputCondition: AnsiString= '';
  const RegistryName: AnsiString= 'http://www.color.org');

Unit

HPDFDoc

Parameters

NamePurpose
OutputConditionIdentifierInput used by AddPDFXOutputIntent
InfoInput used by AddPDFXOutputIntent
ICCProfileStreamStream instance used as the source or destination for byte data
NumComponentsNumber of color components in the ICC profile, normally 1, 3, or 4
AlternateCSFallback color space name written as the profile alternate color space
OutputConditionHuman-readable production condition, defaulting to the identifier when empty
RegistryNameAbsolute HTTP or HTTPS URI naming the output-condition registry

Return value

This member does not return a value

Usage notes

Related APIs