Click or drag to resize

Pdf3DDeactivationMode Enumeration

Specifies the available modes for deactivating 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 Pdf3DDeactivationMode
Members
Member name 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.
See Also