Enum ResourceExportType
ResourceExportType enumeration
枚举资源的导出方式
public enum ResourceExportType
价值观
| 姓名 | 价值 | 描述 | 
|---|---|---|
| NoExport | 0 | 资源被跳过 | 
| ExportAsStream | 1 | 资源导出到流。 | 
| ExportEmbedded | 2 | 作为 base64 编码值导出到 HTML 页面的资源 | 
枚举资源的导出方式
public enum ResourceExportType
| 姓名 | 价值 | 描述 | 
|---|---|---|
| NoExport | 0 | 资源被跳过 | 
| ExportAsStream | 1 | 资源导出到流。 | 
| ExportEmbedded | 2 | 作为 base64 编码值导出到 HTML 页面的资源 |