Click or drag to resize

Pdf3DDeactivationState Enumeration

Specifies the available states upon deactivating a 3D annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum Pdf3DDeactivationState
Members
Member name Value Description
Uninstantiated 0 Represents the initial state of the artwork before it has been used in any way.
Instantiated 1 Represents that the state in which the artwork has been read and a run-time instance of the artwork has been created. In this state, it can be rendered but script-driven real-time modifications (that is, animations) are disabled.
Live 2 Represents that 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 is live while it is playing and then reverts to an instantiated state when playing completes or is stopped.
See Also