ImageExportOptionsImageResolution Property |
The image resolution in dots per inch.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ImageResolution ImageResolution { get; set; }Public Property ImageResolution As ImageResolution
Get
Set
public:
property ImageResolution ImageResolution {
ImageResolution get ();
void set (ImageResolution value);
}member ImageResolution : ImageResolution with get, set
Property Value
ImageResolution
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
Remarks
The default is DPI_72.
See Also