 | PdfSoundActionVolume Property |
Gets or sets the volume at which to play the sound, in the range −1.0 to 1.0;
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic 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 */
public float get_Volume()
/** @property */
public void set_Volume(float value)
function get_Volume();
function set_Volume(value);
Property Value
Single
See Also