SignatureApppearance

Annots.Item(0).SignatureApppearance( XObjType,Width,Height,varImageData,bAboutRotation)

功能说明

设置一个Annot对象中包含的签名对象的外观。XObject为spForm类型时,必须设置Width和Height

函数原型

SignatureApppearance( XObjType,Width,Height,varImageData,bAboutRotation)

参数

参数名 类型 必填 说明
XObjType enum 签名外观类型,图片或矢量数据。0表示窗体对象,1表示图片对象
Width,Height Double 矢量数据所在区域的高度和宽度
varImageData Long 矢量或者图片数据变体数组,图片文件路径字符串
bAboutRotation Boolean 是否自动跟着页面旋转角度自动翻转显示外观

返回值

返回一个Long类型数据

调用示例

iWebPDF.Documents(0).Pages(0).Annots.Item(0).SignatureApppearance(1,0,0“c:/test.jpg”,true);