WebOpenLocalFile
Object.WebOpenLocalFile ( )
功能说明
打开指定的文档
函数原型
WebOpenLocalFile ( )
参数
参数名 | 类型 | 必填 | 说明 |
---|---|---|---|
strFile | String | 是 | 要打开的PDF文件 |
返回值
true/false
调用示例
iWebPDF2015.COMAddins("KingGrid.iWebPDF2015").Object.WebOpenLocalFile (“c:\test.pdf”);