Click or drag to resize

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

Property Value

Type: Boolean
true if repeat; otherwise, false .
See Also