[]
指定是否以Base64格式将图片保存到html中。 默认值为 false。 当此属性设置为 true 时,图像数据将直接导出到 img 元素上,不会创建单独的文件。
public bool ExportImageAsBase64 { get; set; }