This class represents the 3D animation style dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 301, page 517.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 312, page 646.

A 3D animation style dictionary controls how animations within a 3D model are played when the model is instantiated. It specifies the playback style and the time multiplier for animations.

The PC entry names the play count: how many times the animation plays. A value of 0 means the animation loops indefinitely. The TM entry gives a time multiplier applied to the animation playback speed, where 1.0 is normal speed.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.D3DAnimationStyleElement

 

   
   
Method
Description
D3DAnimationStyleElement Create a new D3DAnimationStyleElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the 3d animation style dictionary object.
EntrySubtype Represents the "Subtype" entry of the 3d animation style dictionary object.
EntryPC Represents the "PC" entry of the 3d animation style dictionary object.
EntryTM Represents the "TM" entry of the 3d animation style dictionary object.
inherited properties...