THotPDF.AddPDFX6ExternalOutputIntent Method

Adds an external ICC profile reference for PDF/X-6p or PDF/X-6n at Catalog or page scope

Declaração

procedure AddPDFX6ExternalOutputIntent(const OutputConditionIdentifier, Info, ProfileURL, ProfileCS: AnsiString; const CheckSumHex: AnsiString= ''; const ICCVersion: AnsiString= ''; PageIndex: Integer= -1; const OutputCondition: AnsiString= ''; const RegistryName: AnsiString= 'http://www.color.org'); overload;

Unidade

HPDFDoc

Parâmetros

NomeFinalidade
OutputConditionIdentifierIdentificador de condição de impressão registado ou habitual obrigatório
InfoDescrição legível por humanos da condição de saída
ProfileURLAbsolute HTTP or HTTPS address of the referenced ICC profile
ProfileCSFour-byte ICC colour-space signature such as GRAY, RGB , CMYK, or 2CLR através de FCLR
ColorantNamesTwo to fifteen unique names required by the N-colourant overload
CheckSumHexOptional 32-hex-character MD5 digest of the referenced profile
ICCVersionOptional four-byte binary ICC version value
PageIndex-1 for Catalog scope or a zero-based target page index
OutputConditionTexto opcional completo da condição de impressão
RegistryNameURI de registo HTTP ou HTTPS absoluto

Valor devolvido

Este membro não devolve um valor

Notas de utilização

The PDF/X-6n overload adds the required colourant names

procedure AddPDFX6ExternalOutputIntent(
  const OutputConditionIdentifier, Info, ProfileURL,
  ProfileCS: AnsiString; const ColorantNames: array of AnsiString;
  const CheckSumHex, ICCVersion: AnsiString;
  PageIndex: Integer = -1; const OutputCondition: AnsiString = '';
  const RegistryName: AnsiString = 'http://www.color.org'); overload;

APIs relacionadas