ResourceExportType Enumeration

Aspose.Note for .NET API

ResourceExportType Enumeration

Enumerates ways a resource can be exported

Namespace:  Aspose.Note.Saving.Html
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public enum ResourceExportType
Public Enumeration ResourceExportType
public enum class ResourceExportType
type ResourceExportType
Members
  Member nameValueDescription
NoExport0 The resource is skipped
ExportAsFile1 The resource is exported as separate file
ExportEmbedded2 The resource exported as base64-encoded value into HTML page
See Also