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