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.4.0.0 (26.4.0.0)
Syntax
C#
public enum ImageResolution
Members
| Member name | Value | Description |
|---|---|---|
| DPI_150 | 1 | 150 dpi |
| DPI_300 | 2 | 300 dpi |
| DPI_600 | 3 | 600 dpi |
| DPI_72 | 0 | 72 dpi |
