PdfRichMediaAnimationSettings.PlayCount Property

Gets or sets the play count.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public int PlayCount { get; set; }
VB
Public Property PlayCount As Integer
	Get
	Set

Property Value

Type: Int32
A non-negative integer represents the number of times the animation should be played. A negative integer indicates that the animation should be infinitely repeated.

Remarks

Default value: 0 when used in Pdf3dStream; -1 when used in PdfRichMediaAnnotation.

This property is ignored when Style is None.

See Also