DWFExportOptionsImageFormat Property

Controls the compression level of images embedded.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public DWFImageFormat ImageFormat { get; set; }

Property Value

DWFImageFormat
Remarks
ImageQuality is ignored when ImageFormat is set to "PNG"-the standard format.
See Also