Enum ResourceRenderingMode
ResourceRenderingMode enumeration
Provides set various modes of rendering resources in html.
public enum ResourceRenderingMode
Values
Name | Value | Description |
---|---|---|
None | 0 | Not rendering resources in html. |
EmbedIntoHtml | 1 | Embeding resources in html as base64 string. |
SaveToFile | 2 | Saving resources to file and inserting in html src tag with path to this file. |
SubstituteFromFile | 3 | Using custom file as icon and inserting in html src tag with path to this file. |
See Also
- namespace Aspose.Email
- assembly Aspose.Email