Class SvgDevice
SvgDevice class
Implements the interface for outputting text and graphic content to PDF document.
public class SvgDevice : Device
Constructors
| Name | Description |
|---|---|
| SvgDevice() | Creates a new instance. The output file will be written to the output working directory taking the job name as a file name. |
Properties
| Name | Description |
|---|---|
| override PageCount { get; } | Gets the number of pages. |
Methods
| Name | Description |
|---|---|
| AddBookmark(string, PointF) | Adds the bookmark identified by the name. |
| EndFragment() | Ends a fragment to rasterize. |
| StartFragment() | Starts a fragment to rasterize. |
See Also
- class Device
- namespace Aspose.TeX.Presentation.Svg
- assembly Aspose.TeX