sempdf
sempdf v1.9.1Interfaces

Interface: PageTransparencyGroupOptions

sempdf v1.9.1


sempdf / PageTransparencyGroupOptions

Defined in: src/types.ts:648

Page-level transparency group options.

Properties

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

On this page