PageIndexFromPoint
Views.ActiveView.PageIndexFromPoint ();
功能说明
返回指定的坐标信息所在的页面
函数原型
PageIndexFromPoint ()
参数
参数名 | 类型 | 必填 | 说明 |
---|---|---|---|
x | double | 是 | X坐标: 输入设备坐标,输出窗口坐标 |
y | double | 是 | y坐标: 输入设备坐标,输出窗口坐标 |
返回值
无
调用示例
iWebPDF2015.Documents.ActiveDocument.Views. ActiveView.PageIndexFromPoint (&x,&y,&l)// long l;