Table of Contents

Enum Pdf3dDeactivationState

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

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

public enum Pdf3dDeactivationState

Fields

Instantiated = 1

The 3D artwork is instantiated but real-time script-driven animations are disabled.

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 = 2

The 3D artwork is instantiated and real-time script-driven animations are enabled.

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.

Uninstantiated = 0

The 3D artwork is uninstantiated. This is the initial state of the artwork before it has been used in any way.

If 3D artwork becomes uninstantiated after having been instantiated, later use of the artwork requires re-instantiation (animations are lost, and the artwork appears in its initial form).