Add
Pages.Add(Width,Height,Rotation,Position)
功能说明
Pages集合中增加一个指定高度和宽度的空白页,高度和宽度以点为单位
函数原型
Add(Width,Height,Rotation,Position)
参数
参数名 | 类型 | 必填 | 说明 |
---|---|---|---|
Width | double | 是 | 页面的宽度,以点为单位,必选 |
Height | double | 是 | 页面的高度,以点为单位,必选 |
Rotation | long | 是 | 页面旋转角度,如90,180,270,必选 |
Position | long | 否 | 页面插入的位置,0为首页,小于0为在末尾页追加 |
返回值
无
调用示例
iWebPDF2015. Documents.Item(0).Pages.Add(592,842,0,-1);//增加A4大小空白页,插入页尾的位置