PdfSoundAction
Mix Property
|
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: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Boolean
true
if mix; otherwise,
false
.
See Also