This enum is used to define type of zoom.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxPublic Enumeration ZoomFitType
public enum class ZoomFitType
Members| Member name | Value | Description |
|---|
| FitToPage | 0 |
Fit the whole view into a specific image size.
|
| Zoom | 1 |
Calculate the size of the image using physical size of the view, zoom value and resolution.
|
See Also