RasterQualityType Enumeration |
An enumerated type listing the options for raster quality.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum RasterQualityType
Public Enumeration RasterQualityType
public enum class RasterQualityType
Members| Member name | Value | Description |
|---|
| Low | 72 |
The type of Raster Quality is Low.
|
| Medium | 150 |
The type of Raster Quality is Medium.
|
| High | 300 |
The type of Raster Quality is High.
|
| Presentation | 600 |
The type of Raster Quality is Presentation.
|
See Also