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