| Revit 2020.1 API |
| ZoomFitType Enumeration |
| See Also |
This enum is used to define type of zoom.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2011
Syntax
| C# |
|---|
public enum ZoomFitType |
| Visual Basic |
|---|
Public Enumeration ZoomFitType |
| Visual C++ |
|---|
public enum class ZoomFitType |
Members
| Member name | Description |
|---|---|
| FitToPage | Fit the whole view into a specific image size. |
| Zoom | Calculate the size of the image using physical size of the view, zoom value and resolution. |