Table of Contents

Enum Pdf3dActivationState

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

Specifies the state of the 3D artwork instance upon activation of the annotation.

public enum Pdf3dActivationState

Fields

Instantiated = 0

Instantiates the 3D artwork and disables real-time script-driven animations.

In this state, the artwork is read and a run-time instance of the artwork is created. The artwork may be rendered but script-driven real-time modifications are disabled.

Live = 1

Instantiates the 3D artwork and enables real-time script-driven animations.

In this state, the artwork is instantiated, and it is being modified in real time to achieve some animation effect. In the case of keyframe animation, the artwork should be live while it is playing and then should revert to an instantiated state when playing completes or is stopped.