sempdf v1.9.1Interfaces
Interface: DocumentOutputIntentOptions
sempdf / DocumentOutputIntentOptions
Defined in: src/types.ts:437
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:447 |
channels? | 1 | 4 | 3 | Number of color channels in the ICC profile. | src/types.ts:449 |
info? | string | Document information dictionary values. | src/types.ts:443 |
outputConditionIdentifier? | string | Output condition identifier recorded in the output intent. | src/types.ts:441 |
profile | BinaryData | ICC profile bytes for the output intent. | src/types.ts:439 |
registryName? | string | Output intent registry name. | src/types.ts:445 |