Property FieldOfView
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
FieldOfView
Gets or sets the field of view of the virtual camera. Meaningful only for perspective projections (when Type is Perspective).
public double? FieldOfView { get; set; }
Property Value
- 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.
Exceptions
- UnexpectedStructureException
The internal PDF structure does not contain the corresponding value but the value is required because of the presence or absence of other values. Or the value exists, but has an unexpected type.