[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionSound.Mix

Mix Property

Mix

Gets or sets a value specifying whether to mix this sound with any other sound already playing. If false, any previously playing sound shall be stopped before starting this sound; this can be used to stop a repeating sound (see Repeat).

The default is false.

Declaration
public bool Mix { get; set; }
Public Property Mix As Boolean