More...

Inheritance diagram for HPS.Publish.Animation:

Public Types

enum  Style { Style.None = 0, Style.Loop = 1, Style.Bounce = 2 }
 Enumerates the animation styles for an ArtworkKit. More...
 

Public Member Functions

 Animation (HPS.Publish.Animation in_that)
 
virtual void Dispose ()
 

Protected Member Functions

virtual void deleteCptr ()
 

Protected Attributes

bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The Publish.Animation class is a concept class for animation-related enumerations.

Member Enumeration Documentation

◆ Style

Enumerates the animation styles for an ArtworkKit.

Enumerator
None 

Reader does not control the animation allowing it to be driven through other means, e.g., JavaScript (kA3DPDFAnimStyleNoAnimation).

Loop 

Reader loops through the animation continuously (kA3DPDFAnimStyleLoop).

Bounce 

Reader plays the animation forwards and backward continuously (kA3DPDFAnimStyleBounce).


The documentation for this class was generated from the following file:
  • internals/hps_sprk_publish/source/cs/HPS.Publish.cs