ResourceRenderingMode
ResourceRenderingMode enumeration
Provides set various modes of rendering resources in html.
Members
Member name | Description |
---|---|
NONE | Not rendering resources in html. |
EMBED_INTO_HTML | Embeding resources in html as base64 string. |
SAVE_TO_FILE | Saving resources to file and inserting in html src tag with path to this file. |
SUBSTITUTE_FROM_FILE | Using custom file as icon and inserting in html src tag with path to this file. |
See Also
- namespace aspose.email
- assembly Aspose.Email