Property CenterOfOrbit
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CenterOfOrbit
Gets or sets the distance to the center of orbit for this view. Meaningful only when TransformationSource is CameraToWorld or U3dPath.
public double? CenterOfOrbit { get; set; }
Property Value
- 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
.