[]
        
(Showing Draft Content)

CompositeAndBlendOptions

DsPdfJS API v9.1.0


DsPdfJS API / CompositeAndBlendOptions

Type Alias: CompositeAndBlendOptions

CompositeAndBlendOptions = BitBltOptions & object

Provides options for the Bitmap#compositeAndBlend method.

Type Declaration

blendMode?

optional blendMode: BlendMode

The blending method used to mix the source and destination colors. The default is "Normal".

compositeMode?

optional compositeMode: CompositeMode

The Porter Duff compositing method. The default is "SourceOver".