Appearance
zeropdf / DocumentOutputIntentOptions
Interface: DocumentOutputIntentOptions
Defined in: src/types.ts:390
ICC output profile options for generated documents.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
alternate? | "DeviceRGB" | "DeviceCMYK" | "DeviceGray" | Fallback device color space for the ICC profile. | src/types.ts:400 |
channels? | 1 | 4 | 3 | Number of color channels in the ICC profile. | src/types.ts:402 |
info? | string | Document information dictionary values. | src/types.ts:396 |
outputConditionIdentifier? | string | Output condition identifier recorded in the output intent. | src/types.ts:394 |
profile | BinaryData | ICC profile bytes for the output intent. | src/types.ts:392 |
registryName? | string | Output intent registry name. | src/types.ts:398 |