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

    Type Alias SoundAnnotationProperties

    SoundAnnotationProperties: MarkupAnnotationProperties & {
        icon?: SoundAnnotationIcon;
        sound?: SoundObject | SoundObjectProperties;
        type: "sound";
    }

    Defines properties of a SoundAnnotation.

    Type Declaration