这是我在本地浏览器上用于base64对话的代码
123:13=9.46153....
123
60
80
20
70
50
....
仅当高图表选项中的 allowHTMl为false 时才有效
public partial class dlgDetailsObj : Form
{
protected override void OnShown(EventArgs e)
{
base.OnShown(e);
UpdateListFromDatabase();
}
private static void UpdateListFromDatabase()
{
var thread = new Thread(() =>
{
//code that should run separately from the UI
});
thread.Start();
}
}
有没有办法可以使用allowHTML选项导出base64。如果allowHTML为true,那么它会发回一个我不能用作图像src的base64。这是一个自定义DOMPDF