Click or drag to resize

Pdf3DAnnotation Class

Represents the 3D annotation for a PDF document.
Inheritance Hierarchy
System Object
Spire.Pdf.Annotations PdfAnnotation
Spire.Pdf.Annotations PdfFileAnnotation
Spire.Pdf.Annotations Pdf3DAnnotation

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class Pdf3DAnnotation : PdfFileAnnotation

The Pdf3DAnnotation type exposes the following members.

Constructors
Name Description
Public method Pdf3DAnnotation(RectangleF)
Initializes a new instance of theclass.
Public method Pdf3DAnnotation(RectangleF, String)
Initializes a new instance of the class.
Top
Properties
Name Description
Public property _3DData
Gets a 3d viedo file from Pdf3DAnnotation
Public property Activation
Gets or sets the activation options for the annotation.
Public property Appearance
Gets or sets appearance of the annotation.
(Inherited from PdfFileAnnotation .)
Public property Border
Gets or sets annotation's border.
(Inherited from PdfAnnotation .)
Public property Color
Gets or sets the background of the annotations icon when closed. The title bar of the annotations pop-up window. The border of a link annotation.
(Inherited from PdfAnnotation .)
Public property DefaultView
Gets or sets the default view.
Public property FileName
Gets or sets file name of the annotation.
(Overrides PdfFileAnnotation FileName .)
Public property Flags
Gets or sets annotation flags.
(Inherited from PdfAnnotation .)
Public property Location
Gets or sets location of the annotation.
(Inherited from PdfAnnotation .)
Public property ModifiedDate
Gets annotation's modified date.
(Inherited from PdfAnnotation .)
Public property Name
Gets or sets the name of the annotation. Note: The annotation name, a text string uniquely identifying it among all the annotations on its page.
(Inherited from PdfAnnotation .)
Public property OnInstantiate
Gets or sets the code to execute when the 3D artwork is instantiated.

Field Value

Type:
Javascript code to be executed when the 3D artwork is instantiated.
Public property Page
Gets a page which this annotation is connected to.
(Inherited from PdfAnnotation .)
Public property Rectangle
Gets or sets annotation's bounds. If this property is not set bounds are calculated automatically based on Location property and content of annotation.
(Inherited from PdfAnnotation .)
Public property Size
Gets or sets size of the annotation.
(Inherited from PdfAnnotation .)
Public property Text
Gets or sets content of the annotation.
(Inherited from PdfAnnotation .)
Public property Views
Gets the list of available views for the current 3D artwork.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method Initialize (Overrides PdfAnnotation Initialize .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method RewriteAppearance
Rewrite Annotation Appearance
(Inherited from PdfAnnotation .)
Protected method Save (Overrides PdfFileAnnotation Save .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also