DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias CompositeAndBlendOptions

    CompositeAndBlendOptions: BitBltOptions & {
        blendMode?: BlendMode;
        compositeMode?: CompositeMode;
    }

    Provides options for the Bitmap#compositeAndBlend method.

    Type Declaration

    • OptionalblendMode?: BlendMode

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

    • OptionalcompositeMode?: CompositeMode

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