Gets or sets a value indicating whether to repeat the sound indefinitely. If this entry is present, the property is ignored. Default value: false.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Boolean
true if repeat; otherwise, false.

See Also