SvgDevice
SvgDevice
概述
SvgDevice 是Python的Aspose.Tex FOSS中的一个类. 继承人: OutputDevice.
输出SVG设备 –包裹 SvgWriter.
这个类提供了4种方法,用于在Python程序中使用SvgDevice 对象. 有的方法包括: __init__, finalize, get_all_pages, get_bytes. 在安装Python包的Aspose.Tex FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: destination.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
destination | `Path | io.BytesIO` | 阅读 |
方法
| Signature | 描述情况 |
|---|---|
| `init(destination: Path | io.BytesIO |
finalize() | |
get_bytes() → `bytes | None` |
get_all_pages() → `list[bytes] | None` |