# GrapeCity.Documents.Pdf.Annotations.Model3DStream.AnimationRepeatCount

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_Annotations_Model3DStream_AnimationRepeatCount_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DStream.AnimationRepeatCount*">AnimationRepeatCount Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_Annotations_Model3DStream_AnimationRepeatCount_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DStream.AnimationRepeatCount*"></a>
<h4 id="GrapeCity_Documents_Pdf_Annotations_Model3DStream_AnimationRepeatCount" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DStream.AnimationRepeatCount">AnimationRepeatCount</h4>
<div class="markdown level1 summary"><p>Gets or sets a value specifying the play count for the animation style.
A non-negative integer represents the number of times the animation shall be played.
A negative integer indicates that the animation shall be infinitely repeated.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int AnimationRepeatCount { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AnimationRepeatCount As Integer</code></pre>
</div>
</div>
