Specifies the available modes for deactivating a 3D annotation.
Namespace: Spire.Pdf.AnnotationsAssembly: 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
| Member | Value | Description |
|---|---|---|
| PageClose | 0 |
Represents that the annotation should be deactivated as soon as the page is closed.
|
| PageInvisible | 1 |
Represents that the annotation should be deactivated as soon as the page containing
the annotation becomes invisible.
|
| ExplicitDeactivation | 2 |
Represents that the annotation should remain active until explicitly deactivated by a
script or user action.
|