Represents a attributes to be applied to the virtual camera associated with a 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 Pdf3DView : IPdfWrapper
Public Class Pdf3DView
	Implements IPdfWrapper
public ref class Pdf3DView : IPdfWrapper
type Pdf3DView =  
    class
        interface IPdfWrapper
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Pdf3DView()()()()
Initializes a new instance of the class.
Background
Gets or sets the background for this view.
CameraToWorldMatrix
Gets or sets the 3D transformation matrix.
CenterOfOrbit
Gets or sets the center of orbit for 3D artwork.
CrossSections
Gets the list of cross sections for this view.

Field Value


A list of PDF3DCrossSection objects available for this view.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExternalName
Gets or sets the view's external name.
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()()()()
InternalName
Gets or sets the view's internal name.
LightingScheme
Gets or sets the Creates a new page and adds it as the last page of the document scheme for this view.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Nodes
Gets the list of 3D nodes for this view.
Projection
Gets or sets the projection for this view.
RenderMode
Gets or sets the rendering mode for this view.
ResetNodesState
Gets or sets a value indicating whether nodes specified in the Nodes collection are returned to their original states (as specified in the 3D artwork) before applying transformation matrices and opacity settings specified in the node dictionaries.
Save()()()()
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ViewNodeName
Gets or sets the name of the view node.

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Annotations..::..Pdf3DView

See Also