DWFExportOptions Class

DWF Export options.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBCADExportOptions
    Autodesk.Revit.DBDWFExportOptions
      Autodesk.Revit.DBDWFXExportOptions

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class DWFExportOptions : CADExportOptions

The DWFExportOptions type exposes the following members.

Constructors
 NameDescription
Public methodDWFExportOptionsDefault constructor. Sets all options to their default values.
Top
Properties
 NameDescription
Public propertyCropBoxVisibleWhether to export crop box.
Public propertyExportingAreasWhether to also export areas and rooms' geometry.
Public propertyExportObjectDataWhether to include properties associated with elements.
Public propertyExportOnlyViewIdOnly export the specified view.
Public propertyExportTextureWhether to export texture.
Public propertyImageFormatControls the compression level of images embedded.
Public propertyImageQualityImage quality level when compressed raster format(JPEG) is used.
Public propertyMergedViewsWhether to merge all views in one file.
Public propertyPaperFormatStandard paper format.
Public propertyPortraitLayoutPaper orientation - Portrait/Landscape.
Public propertyStopOnErrorWhether export process should stop when a view fails to export.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also