PdfSoundAction
Repeat Property
|
Gets or sets a value indicating whether to repeat the sound indefinitely.
If this entry is present, theproperty is ignored. 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 Repeat { get; set; }
Public Property Repeat As Boolean
Get
Set
public:
property bool Repeat {
bool get ();
void set (bool value);
}
member Repeat : bool with get, set
Property Value
Type:
Boolean
true
if repeat; otherwise,
false
.
See Also