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

    Type Alias AlphaBlendOptions

    AlphaBlendOptions: BitBltOptions & { opacity?: number }

    Provides options for the Bitmap#alphaBlend method.

    Type Declaration

    • Optionalopacity?: number

      The opacity [0, 1] of the source bitmap, to multiply to the source bitmap's alpha channel. The default is 1.