Enum ResourceExportType
ResourceExportType enumeration
Enumerates ways a resource can be exported
public enum ResourceExportType
Values
Name | Value | Description |
---|---|---|
NoExport | 0 | The resource is skipped |
ExportAsStream | 1 | The resource is exported to a stream. |
ExportEmbedded | 2 | The resource exported as base64-encoded value into HTML page |
See Also
- namespace Aspose.Note.Saving.Html
- assembly Aspose.Note