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
PageIndexZero-based target page index
OutputConditionIdentifierRequired registered or customary printing condition identifier
InfoHuman-readable output-condition description
ICCProfileStreamCaller-owned stream containing the embedded ICC profile bytes
NumComponentsICC component count, normally 1, 3, or 4
AlternateCSMatching fallback colour space such as DeviceGray, DeviceRGB, or DeviceCMYK
OutputConditionOptional full printing condition text
RegistryNameAbsolute HTTP or HTTPS registry URI

Návratová hodnota

Tento člen nevrací žádnou hodnotu

Poznámky k použití

Související API