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
| Name | Purpose |
|---|---|
Subtype | Input used by AddOutputIntent |
OutputCondition | Input used by AddOutputIntent |
OutputConditionIdentifier | Input used by AddOutputIntent |
Info | Input used by AddOutputIntent |
ICCProfileName | File path used as the source or destination for this operation |
RegistryName | Optional output-condition registry URI |
Return value
This member does not return a value
Usage notes
- Use this API in the PDF standards conformance workflow before the affected page, resource, field, or catalog object is finalised
- Keep object names, field names, resource names, and returned handles stable until the document is finalised