Camera

Overview

Camera is a class in Aspose.Slides FOSS for .NET. Inherits from: PVIObject, ICamera.

Represents 3D camera properties for a shape.

Properties

NameTypeAccessDescription
CameraTypeCameraPresetTypeRead/WriteGets or sets the preset type of the camera (CameraPresetType)
FieldOfViewAnglefloatRead/WriteGets or sets the camera’s field‑of‑view angle in degrees
ZoomfloatRead/WriteGets or sets the camera’s zoom factor

Methods

SignatureDescription
SetRotation(latitude: float, longitude: float, revolution: float)Sets the camera orientation using latitude, longitude, and revolution angles
GetRotation()Returns the current latitude, longitude, and revolution angles of the camera

See Also