THotPDF.AddOutputIntent Method

Adds output intent data to the PDF standards conformance workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

procedure AddOutputIntent(const Subtype: AnsiString; const OutputCondition: AnsiString; const OutputConditionIdentifier: AnsiString;
  const Info: AnsiString= ''; const ICCProfileName: AnsiString= '';
  const RegistryName: AnsiString= '');

Unit

HPDFDoc

Parameters

NamePurpose
SubtypeInput used by AddOutputIntent
OutputConditionInput used by AddOutputIntent
OutputConditionIdentifierInput used by AddOutputIntent
InfoInput used by AddOutputIntent
ICCProfileNameFile path used as the source or destination for this operation
RegistryNameOptional output-condition registry URI

Return value

This member does not return a value

Usage notes

Related APIs