Gets or sets the field of view of the virtual camera. Meaningful only for perspective projections
(when
Type is
Perspective).
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double? FieldOfView { get; set; }
VB
Public Property FieldOfView As Double?
Get
Set
Property Value
Type:
Nullable<
Double>
A number between 0 and 180, inclusive, specifying the field of view of the virtual camera, in degrees.
Must not be
null for perspective projections.
Remarks
Default value: null.
The field of view defines a cone in 3D space centered around the Z axis and a circle
where the cone intersects the near clipping plane.
See Also