PdfSoundAction
Volume Property
|
Gets or sets the volume at which to play the sound, in the range -1.0 to 1.0.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float Volume { get; set; }
Public Property Volume As Single
Get
Set
public:
property float Volume {
float get ();
void set (float value);
}
member Volume : float32 with get, set
Property Value
Type:
Single
The volume of the sound.
See Also