Click or drag to resize

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; }

Property Value

Type: Single
The volume of the sound.
See Also