Pdf3dActivationSettings Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > Pdf3dActivationSettings Class
Class for a 3D annotation activation settings.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.Pdf3dActivationSettings

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class Pdf3dActivationSettings
VB
Public NotInheritable Class Pdf3dActivationSettings

The Pdf3dActivationSettings type exposes the following members.

Properties

  NameDescription
Public propertyActivationMode
Gets or sets the activation mode defining when the associated annotation should be activated.
Public propertyActivationState
Gets or sets the state of the 3D artwork instance upon activation of the associated annotation.
Public propertyDeactivationMode
Gets or sets the deactivation mode defining when the associated annotation should be deactivated.
Public propertyDeactivationState
Gets or sets the state of the 3D artwork instance upon deactivation of the associated annotation.
Public propertyPresentationStyle
Gets or sets a value indicating how to display the 3D content.
Public propertyShowNavigationPane
Gets or sets a value indicating whether to show the navigation page for viewing or managing information about the 3D artwork.
Public propertyShowToolbar
Gets or sets a value indicating whether to show an interactive toolbar associated with this annotation.
Public propertyTransparent
Gets or sets a value indicating whether to display the page content through the transparent areas of the 3D content (where the alpha value is less than 1.0).

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also