Specifies the available modes for activating 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 Pdf3DActivationMode
Public Enumeration Pdf3DActivationMode
public enum class Pdf3DActivationMode
type Pdf3DActivationMode
Members
| Member | Value | Description |
|---|---|---|
| PageOpen | 0 |
Represents that the annotation should be activated as soon as the page containing
the annotation is opened.
|
| PageVisible | 1 |
Represents that the annotation should be activated as soon as any part of the page
containing the annotation becomes visible.
|
| ExplicitActivation | 2 |
Represents that the annotation should remain inactive until explicitly activated
by a script or user action.
|