DWFExportOptions Members

The DWFExportOptions type exposes the following members.

Constructors

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

See Also