ZoomType Enumeration
An enumerated type listing all Zoom types of Print Setting.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

Syntax

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

Members

Member nameDescription
FitToPageThe type of Zoom is Fit To Page.
ZoomThe type of Zoom is user defined.

See Also