Creates a new SVGZ source.
Declaration Syntax
Parameters- uri (String)
- Path or URI to source document.
Return ValueThe new APSource instance.
Exceptions| Exception | Condition |
|---|---|
| ObjectDisposedException | APEngine instance is disposed. |
| InvalidOperationException | APEngine instance is not loaded. -or- APEngine instance is not in running mode. |
| ArgumentNullException | uri is null. |
| APSourceException | Source uri can not be opened. |
| ArgumentException | uri is not the valid path or URI. |
Assembly: Altsoft.Xml2PDF.Server (Module: Altsoft.Xml2PDF.Server)