Provides functionality for exporting the current CAD file into PDF format.

The following tables list the members exposed by the CADToPDF type.

Name Description
Public constructor CADToPDF Initializes a new instance of the CADToPDF class.
Top
Name Description
Public property Settings Gets settings for exporting the current CAD drawing. (inherited from ExportSimple<U>).
Top
Name Description
Public method Dispose (inherited from CADExport).
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method SaveToFile (Overloaded) (inherited from CADExport).
Public method SaveToStream Exports the current CAD file to the stream defined by the specified StreamWriter. (inherited from ExportSimple<U>).
Public method ToString (inherited from Object).
Top