The DWFXExportOptions type exposes the following members.

Constructors

  NameDescription
Public methodDWFXExportOptions
Default constructor. Sets all options to their default values.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCropBoxVisible
Whether to export crop box.
(Inherited from DWFExportOptions.)
Public propertyExportingAreas
Whether to also export areas and rooms' geometry.
(Inherited from DWFExportOptions.)
Public propertyExportObjectData
Whether to include properties associated with elements.
(Inherited from DWFExportOptions.)
Public propertyExportOnlyViewId
Only export the specified view.
(Inherited from DWFExportOptions.)
Public propertyExportTexture
Whether to export texture.
(Inherited from DWFExportOptions.)
Public propertyImageFormat
Controls the compression level of images embedded.
(Inherited from DWFExportOptions.)
Public propertyImageQuality
Image quality level when compressed raster format(JPEG) is used.
(Inherited from DWFExportOptions.)
Public propertyMergedViews
Whether to merge all views in one file.
(Inherited from DWFExportOptions.)
Public propertyPaperFormat
Standard paper format.
(Inherited from DWFExportOptions.)
Public propertyPortraitLayout
Paper orientation - Portrait/Landscape.
(Inherited from DWFExportOptions.)
Public propertyStopOnError
Whether export process should stop when a view fails to export.
(Inherited from DWFExportOptions.)

See Also