Gets or sets a value indicating whether to mix this sound with any other sound already playing. If this flag is false, any previously playing sound is stopped before starting this sound; this can be used to stop a repeating sound. Default value: false.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool Mix { get; set; }
Public Property Mix As Boolean
	Get
	Set
public:
property bool Mix {
	bool get ();
	void set (bool value);
}
member Mix : bool with get, set

Property Value

Boolean
true if mix; otherwise, false.

See Also