| Revit Preview Release API |
| DWFExportOptions..::..ImageFormat Property |
| DWFExportOptions Class See Also |
Controls the compression level of images embedded.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public DWFImageFormat ImageFormat { get; set; } |
| Visual Basic |
|---|
Public Property ImageFormat As DWFImageFormat Get Set |
| Visual C++ |
|---|
public: property DWFImageFormat ImageFormat { DWFImageFormat get (); void set (DWFImageFormat value); } |
Remarks
ImageQuality is ignored when ImageFormat is set to "PNG"-the standard format.