DxfDwgPageToEMail(Page,String,String,Double) Method
In This Topic
Exports a page to the DXF/DWG format and sends it by email. Export settings are taken from the scheme passed in the 'sScheme' parameter
Syntax
Parameters
- page
- A page to be exported.
- sScheme
- Settings scheme to use.
- sFileName
- The output file name.
- dSplitSize
- The value to overwrite the split size from the schema settings.
Exceptions
Exception | Description |
ArgumentException | Thrown in case of invalid arguments, for
\example a wrong scheme. |
UnauthorizedAccessException | No user rights to create files on the
\file system. |
ApplicationException | The internal interface for exporting
could not be created. |
BaseException | Errors occurred during export. See the
exception message for details. |
See Also