Represents the activation states for the 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 class Pdf3DActivation : IPdfWrapper
Public Class Pdf3DActivation
	Implements IPdfWrapper
public ref class Pdf3DActivation : IPdfWrapper
type Pdf3DActivation =  
    class
        interface IPdfWrapper
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Pdf3DActivation()()()()
Initializes the new instance of class.
ActivationMode
Gets or sets the activation mode for the annotation.
ActivationState
Gets or sets the activation state for the annotation.
DeactivationMode
Gets or sets the deactivation mode for the annotation.
DeactivationState
Gets or sets the deactivation state for the annotation.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Initialize()()()()
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save()()()()
ShowToolbar
Gets or sets a value indicating whether the toolbar should be displayed when the annotation is activated or not.
ShowUI
Gets or sets a value indicating whether the UI for managing the 3D artwork should be displayed when the annotation is activated.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Annotations..::..Pdf3DActivation

See Also