THotPDF.AddPDFX6PageOutputIntent Method

Attaches an embedded ICC output intent to one PDF 2.0 page for a complete PDF/X-6 workflow

Оголошення

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');

Модуль

HPDFDoc

Параметри

НазваПризначення
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

Повернене значення

Не повертає значення

Примітки щодо використання

Пов'язані API