The Aspose.Words.Rendering namespace provides classes and enumerations that allow to specify additional options for rendering, printing and converting documents to PDF.
To actually render, print or convert a document use the corresponding methods on the Document object.
Namespace hierarchy
Classes
| Class | Description |
|---|
| AsposeWordsPrintDocument | Provides a default implementation for printing of a Document within the .NET printing framework. |
| ImageOptions | Allows to specify options when rendering document pages to images. |
| PageInfo | Represents information about a particular document page. |
| PdfOptions | Allows to specify options when rendering document pages to a PDF file. |
Enumerations
| Enumeration | Description |
|---|
| PdfTextCompression | Specifies a type of compression applied to all content in the PDF file except images. |
| TiffCompression | Specifies what type of compression to apply when saving page images into a TIFF file. |