An enumerated type listing all Zoom types of Print Setting.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public enum ZoomType |
| Visual Basic |
|---|
Public Enumeration ZoomType |
| Visual C++ |
|---|
public enum class ZoomType |
Members
| Member name | Description |
|---|---|
| FitToPage | The type of Zoom is Fit To Page. |
| Zoom | The type of Zoom is user defined. |