Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Camera Class / Preset Property

In This Topic
    Preset Property
    In This Topic
    Gets or sets the preset camera that defines the starting point for common preset rotations in space.

    Default value is CameraPreset.OrthographicFront.

    Syntax
    'Declaration
     
    Public Property Preset As CameraPreset
    public CameraPreset Preset {get; set;}
    Remarks
    Assigning a value to this property resets the state of this Camera object.
    See Also