Share

ImageResolution Enumeration

This enum is used to define image resolution in order to calculate the image size.


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

Syntax

C#

public enum ImageResolution

Members

Member nameValueDescription
DPI_1501 150 dpi
DPI_3002 300 dpi
DPI_6003 600 dpi
DPI_720 72 dpi

Remarks

This is used only if the Zoom option for ZoomType is set.

See Also

Reference

Was this information helpful?