Revit 2025 API
Rendering |
The resolution level when using printer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public PrinterResolution PrinterResolution { get; set; }
Public Property PrinterResolution As PrinterResolution Get Set
public: property PrinterResolution PrinterResolution { PrinterResolution get (); void set (PrinterResolution value); }
member PrinterResolution : PrinterResolution with get, set
Property Value
PrinterResolution| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
| InvalidOperationException | The resolution target is not printer. |
The suitable resolution value is decided by default. You may obtain it from the ResolutionValue property.
See Also