Click or drag to resize

Pdf3DActivationMode Enumeration

Specifies the available modes for activating a 3D annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum Pdf3DActivationMode
Members
Member name 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.
See Also