Share

RasterQualityType Enumeration

An enumerated type listing the options for raster quality.


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

Syntax

C#

public enum RasterQualityType

Members

Member nameValueDescription
High300 The type of Raster Quality is High.
Low72 The type of Raster Quality is Low.
Medium150 The type of Raster Quality is Medium.
Presentation600 The type of Raster Quality is Presentation.

See Also

Reference

Was this information helpful?