Appearance
zeropdf / PageTransparencyGroupOptions
Interface: PageTransparencyGroupOptions
Defined in: src/types.ts:580
Page-level transparency group options.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
colorSpace? | "DeviceRGB" | "DeviceCMYK" | "DeviceGray" | Blending color space. Defaults to DeviceRGB. | src/types.ts:582 |
isolated? | boolean | Whether the group is isolated (/I). Defaults to true for page groups. | src/types.ts:584 |
knockout? | boolean | Whether the group is a knockout group (/K). Defaults to false. | src/types.ts:586 |