Specifies the available modes for activating a 3D annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Members

MemberValueDescription
PageOpen0
Represents that the annotation should be activated as soon as the page containing the annotation is opened.
PageVisible1
Represents that the annotation should be activated as soon as any part of the page containing the annotation becomes visible.
ExplicitActivation2
Represents that the annotation should remain inactive until explicitly activated by a script or user action.

See Also