THotPDF.AddPDFX6PageOutputIntent Method
Attaches an embedded ICC output intent to one PDF 2.0 page for a complete PDF/X-6 workflow
Deklarace
procedure AddPDFX6PageOutputIntent(PageIndex: Integer; const OutputConditionIdentifier, Info: AnsiString; ICCProfileStream: TStream; NumComponents: Integer; const AlternateCS: AnsiString; const OutputCondition: AnsiString= ''; const RegistryName: AnsiString= 'http://www.color.org');
Jednotka
HPDFDoc
Parametry
| Název | Účel |
|---|---|
PageIndex | Zero-based target page index |
OutputConditionIdentifier | Required registered or customary printing condition identifier |
Info | Human-readable output-condition description |
ICCProfileStream | Caller-owned stream containing the embedded ICC profile bytes |
NumComponents | ICC component count, normally 1, 3, or 4 |
AlternateCS | Matching fallback colour space such as DeviceGray, DeviceRGB, or DeviceCMYK |
OutputCondition | Optional full printing condition text |
RegistryName | Absolute HTTP or HTTPS registry URI |
Návratová hodnota
Tento člen nevrací žádnou hodnotu
Poznámky k použití
- Call after
BeginDocand after the target page has been created - The method requires PDF 2.0 and retains the ICC bytes before returning
- A page-level intent overrides any Catalog-level intent for that page
- Use
AddPDFXOutputIntentwhen one embedded intent applies to the complete document EndDocvalidates the effective intent whenPDFXComplianceis'X-6'