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