Pdf3dView.CenterOfOrbit Property

Gets or sets the distance to the center of orbit for this view. Meaningful only when TransformationSource is CameraToWorld or U3dPath.

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

Syntax

C#
public double? CenterOfOrbit { get; set; }
VB
Public Property CenterOfOrbit As Double?
	Get
	Set

Property Value

Type: Nullable<Double>
A non-negative number indicating a distance in the camera coordinate system along the Z axis to the center of orbit for this view. null value means that the PDF viewer should determine the center of orbit.

Remarks

Default value: null.

See Also