ZoomFitType Enumeration
This enum is used to define type of zoom.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2011

Syntax

C#
public enum ZoomFitType
Visual Basic
Public Enumeration ZoomFitType
Visual C++
public enum class ZoomFitType

Members

Member nameDescription
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.

See Also