Share

DWFExportOptions Class

DWF Export options.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.CADExportOptions
    Autodesk.Revit.DB.DWFExportOptions
      Autodesk.Revit.DB.DWFXExportOptions


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public class DWFExportOptions : CADExportOptions

The DWFExportOptions type exposes the following members.

Constructors

 NameDescription
Public methodDWFExportOptionsDefault constructor. Sets all options to their default values.

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.

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)

See Also

Reference

Was this information helpful?