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
See Also