Specifies the available states upon deactivating a 3D annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum Pdf3DDeactivationState
Public Enumeration Pdf3DDeactivationState
public enum class Pdf3DDeactivationState
type Pdf3DDeactivationState

Members

MemberValueDescription
Uninstantiated0
Represents the initial state of the artwork before it has been used in any way.
Instantiated1
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.
Live2
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