ZoomType Enumeration


Zoom Type Enumeration

An enumerated type listing all Zoom types of Print Setting.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ZoomType
Members
Member name Value Description
FitToPage 0 The type of Zoom is Fit To Page.
Zoom 1 The type of Zoom is user defined.
See Also