Skip to content

zeropdf v1.3.0


zeropdf / PageTransparencyGroupOptions

Interface: PageTransparencyGroupOptions

Defined in: src/types.ts:580

Page-level transparency group options.

Properties

PropertyTypeDescriptionDefined in
colorSpace?"DeviceRGB" | "DeviceCMYK" | "DeviceGray"Blending color space. Defaults to DeviceRGB.src/types.ts:582
isolated?booleanWhether the group is isolated (/I). Defaults to true for page groups.src/types.ts:584
knockout?booleanWhether the group is a knockout group (/K). Defaults to false.src/types.ts:586

Released under the ISC license.