| Revit 2022 API | 
| RenderingSettings..::..PrinterResolution Property | 
| RenderingSettings Class See Also | 
   The resolution level when using printer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 
   2013
 Syntax
Syntax
| C# | 
|---|
| public PrinterResolution PrinterResolution { get; set; } | 
| Visual Basic | 
|---|
| Public Property PrinterResolution As PrinterResolution Get Set | 
| Visual C++ | 
|---|
| public: property PrinterResolution PrinterResolution { PrinterResolution get (); void set (PrinterResolution value); } | 
 Remarks
Remarks
   The suitable resolution value is decided by default. You may obtain it from the ResolutionValue property.
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration | 
| Autodesk.Revit.Exceptions..::..InvalidOperationException | The resolution target is not printer. |