PrintParameters.Zoom Property
The zoom value to a percentage of the original size.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int Zoom { get; set; }
Property Value
Int32
Exceptions
Exception
Condition
InvalidOperationException
Thrown if current ZoomType is not Zoom type.
ArgumentOutOfRangeException
Thrown if input zoom value less than 1.
See Also
Reference
PrintParameters Class
Autodesk.Revit.DB Namespace