CreatePDFByPic

CreatePDFByPic()

功能说明

将图片转化为PDF文档

调用示例

Function CreatePDFByPic()
{
      iWebPDF2015.Documents.CreateFromImage("c:\11.tif",0);
}