Share

PrintParameters.Zoom Property

The zoom value to a percentage of the original size.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public int Zoom { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
InvalidOperationException Thrown if current ZoomType is not Zoom type.
ArgumentOutOfRangeException Thrown if input zoom value less than 1.

See Also

Reference

Was this information helpful?