Pdf3dDeactivationState Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > Pdf3dDeactivationState Enumeration
Specifies the state of the 3D artwork instance upon deactivation of the annotation.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum Pdf3dDeactivationState
VB
Public Enumeration Pdf3dDeactivationState

Members

  Member nameValueDescription
Uninstantiated0

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).

Instantiated1

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.

Live2

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.

See Also