Aspose.Words.Rendering module
The Aspose.Words.Rendering module provides classes that allow to customize printing or rendering of documents.
To actually render, print or convert a document use the corresponding methods on the Document object.
Classes
| Class | Description |
|---|---|
| NodeRendererBase | Base class for ShapeRenderer and OfficeMathRenderer. To learn more, visit the Working with Shapes documentation article. |
| OfficeMathRenderer | Provides methods to render an individual OfficeMath to a raster or vector image or to a Graphics object. To learn more, visit the Working with OfficeMath documentation article. |
| PageInfo | Wraps Size for public API Node.js porting. |
| ShapeRenderer | Provides methods to render an individual Shape or GroupShape to a raster or vector image or to a Graphics object. To learn more, visit the Working with Shapes documentation article. |
| ThumbnailGeneratingOptions | Can be used to specify additional options when generating thumbnail for a document. |