| ISvgPublishApiExportToDisk Method |
Exports given document to disk
Namespace:
GenerateVisioSvg
Assembly:
GenerateVisioSvg (in GenerateVisioSvg.dll) Version: 1.2.3.0 (1.2.3.0)
Syntax string ExportToDisk(
Document doc,
IPublishOptions options
)
Parameters
- doc
- Type: Document
The document to publish - options
- Type: GenerateVisioSvgIPublishOptions
Publication options (disk options should be set)
Return Value
Type:
StringThe path (url) where the file has been saved
See Also