Saves the current view of the drawing to the specified Portable Document Format (PDF) file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ExportToPdf2( _
const dsString& PathName As System.String, _
dsExportSettings* ExportSettings As ExportSettings _
) As System.Boolean |
Parameters
- PathName
- Path and filename to which to save the current view of the drawing (*.pdf)
- ExportSettings
- IExportSettings
- Result[out] or Return Value
- True if successful, false if not
Example
See Also
Availability
DraftSight 2018 SP0