CameraPresetType Enumeration |
Constants which define camera preset type.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum CameraPresetType
Public Enumeration CameraPresetType
public enum class CameraPresetType
Members
| Member name | Value | Description |
---|
| NotDefined | -1 | |
| IsometricBottomDown | 0 | |
| IsometricBottomUp | 1 | |
| IsometricLeftDown | 2 | |
| IsometricLeftUp | 3 | |
| IsometricOffAxis1Left | 4 | |
| IsometricOffAxis1Right | 5 | |
| IsometricOffAxis1Top | 6 | |
| IsometricOffAxis2Left | 7 | |
| IsometricOffAxis2Right | 8 | |
| IsometricOffAxis2Top | 9 | |
| IsometricOffAxis3Bottom | 10 | |
| IsometricOffAxis3Left | 11 | |
| IsometricOffAxis3Right | 12 | |
| IsometricOffAxis4Bottom | 13 | |
| IsometricOffAxis4Left | 14 | |
| IsometricOffAxis4Right | 15 | |
| IsometricRightDown | 16 | |
| IsometricRightUp | 17 | |
| IsometricTopDown | 18 | |
| IsometricTopUp | 19 | |
| LegacyObliqueBottom | 20 | |
| LegacyObliqueBottomLeft | 21 | |
| LegacyObliqueBottomRight | 22 | |
| LegacyObliqueFront | 23 | |
| LegacyObliqueLeft | 24 | |
| LegacyObliqueRight | 25 | |
| LegacyObliqueTop | 26 | |
| LegacyObliqueTopLeft | 27 | |
| LegacyObliqueTopRight | 28 | |
| LegacyPerspectiveBottom | 29 | |
| LegacyPerspectiveBottomLeft | 30 | |
| LegacyPerspectiveBottomRight | 31 | |
| LegacyPerspectiveFront | 32 | |
| LegacyPerspectiveLeft | 33 | |
| LegacyPerspectiveRight | 34 | |
| LegacyPerspectiveTop | 35 | |
| LegacyPerspectiveTopLeft | 36 | |
| LegacyPerspectiveTopRight | 37 | |
| ObliqueBottom | 38 | |
| ObliqueBottomLeft | 39 | |
| ObliqueBottomRight | 40 | |
| ObliqueLeft | 41 | |
| ObliqueRight | 42 | |
| ObliqueTop | 43 | |
| ObliqueTopLeft | 44 | |
| ObliqueTopRight | 45 | |
| OrthographicFront | 46 | |
| PerspectiveAbove | 47 | |
| PerspectiveAboveLeftFacing | 48 | |
| PerspectiveAboveRightFacing | 49 | |
| PerspectiveBelow | 50 | |
| PerspectiveContrastingLeftFacing | 51 | |
| PerspectiveContrastingRightFacing | 52 | |
| PerspectiveFront | 53 | |
| PerspectiveHeroicExtremeLeftFacing | 54 | |
| PerspectiveHeroicExtremeRightFacing | 55 | |
| PerspectiveHeroicLeftFacing | 56 | |
| PerspectiveHeroicRightFacing | 57 | |
| PerspectiveLeft | 58 | |
| PerspectiveRelaxed | 59 | |
| PerspectiveRelaxedModerately | 60 | |
| PerspectiveRight | 61 | |
See Also