Table of Contents

Property PlayCount

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

PlayCount

Gets or sets the play count.

public int PlayCount { get; set; }

Property Value

int

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.