[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Camera

Camera Class

Represents the placement and properties of a camera in a 3D scene.

Inheritance
Camera
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class Camera : FormattingBag
Public Class Camera
    Inherits FormattingBag

Properties

Name Description
Perspective

Gets or sets the field of view for the camera.

Allowed values are from -0 to 120, inclusive.

Default value is 0.

Note that this property cannot be applied for text.

Preset

Gets or sets the preset camera that defines the starting point for common preset rotations in space.

Default value is OrthographicFront.

Rotation

Gets the camera rotation.

Zoom

Gets or sets the zoom factor of a given camera.

Value must be greater than 0.

Default value is 100.

Note that this property cannot be applied for text.

Methods

Name Description
FixInheritedValues()

Fixes all inherited values as "direct" values for this instance.

Reset()

Resets the camera to inherited defaults.