PDF3DDeactivationMode¶
Namespace: O2S.Components.PDF4NET.Annotations
Supported modes for 3D annotation deactivation.
Inheritance Object → ValueType → Enum → PDF3DDeactivationMode
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| PageClose | 0 | The annotation should be deactivated as soon as the page is closed. |
| PageInvisible | 1 | The annotation should be deactivated as soon as the page containing the annotation becomes invisible. |
| ExplicitDeactivation | 2 | The annotation should remain active until explicitly deactivated by a script or user action. |