Specifies the available modes for 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 Pdf3DDeactivationMode
Public Enumeration Pdf3DDeactivationMode
public enum class Pdf3DDeactivationMode
type Pdf3DDeactivationMode

Members

MemberValueDescription
PageClose0
Represents that the annotation should be deactivated as soon as the page is closed.
PageInvisible1
Represents that the annotation should be deactivated as soon as the page containing the annotation becomes invisible.
ExplicitDeactivation2
Represents that the annotation should remain active until explicitly deactivated by a script or user action.

See Also