PDF查看组件使用js创建,配置参考pdfobject.js
@inherits BaseComponent
<KPdfView Id="pdf" Stream="@stream" />
@code {
private Stream stream;
}
PDF查看组件使用js创建,配置参考pdfobject.js@inherits BaseComponent
<KPdfView Id="pdf" Stream="@stream" />
@code {
private Stream stream;
}
暂无数据