XFINIUM.PDF Documentation
PlayCount Property



Xfinium.Pdf.Annotations Namespace > Pdf3DAnimation Class : PlayCount Property
Gets or sets the play count.
Syntax
'Declaration
 
Public Property PlayCount As Integer
'Usage
 
Dim instance As Pdf3DAnimation
Dim value As Integer
 
instance.PlayCount = value
 
value = instance.PlayCount
public int PlayCount {get; set;}
public:
property int PlayCount {
   int get();
   void set (    int value);
}

Property Value

An integer specifying the play count for this animation.
Remarks
A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of Pdf3DAnimationStyle.None.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf3DAnimation Class
Pdf3DAnimation Members