2022 Class
Changes 0
C

DWFXExportOptions

Description:
DWFX Export options.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.CADExportOptions
    Autodesk.Revit.DB.DWFExportOptions
      Autodesk.Revit.DB.DWFXExportOptions
Name Return Type Description Inherited From
C DWFXExportOptions() None Default constructor. Sets all options to their default values.
C DWFExportOptions() None Default constructor. Sets all options to their default values. DWFExportOptions
Name Return Type Description Inherited From
P CropBoxVisible bool Whether to export crop box. DWFExportOptions
P ExportingAreas bool Whether to also export areas and rooms' geometry. DWFExportOptions
P ExportObjectData bool Whether to include properties associated with elements. DWFExportOptions
P ExportOnlyViewId ElementId Only export the specified view. DWFExportOptions
P ExportTexture bool Whether to export texture. DWFExportOptions
P ImageFormat DWFImageFormat Controls the compression level of images embedded. DWFExportOptions
P ImageQuality DWFImageQuality Image quality level when compressed raster format(JPEG) is used. DWFExportOptions
P MergedViews bool Whether to merge all views in one file. DWFExportOptions
P PaperFormat ExportPaperFormat Standard paper format. DWFExportOptions
P PortraitLayout bool Paper orientation - Portrait/Landscape. DWFExportOptions
P StopOnError bool Whether export process should stop when a view fails to export. DWFExportOptions