Foxit PDF SDK
fsdk.GotoAction类 参考

Public 成员函数

def GetDestination ()
 获取目标信息。 更多...
 
def SetDestination (dest)
 设置目标信息。 更多...
 

详细描述

转到动作是一种将视图更改为指定目标(页面、位置和放大因子)的动作。
fsdk.GotoAction 派生自Action ,提供用于 获取/设置转到动作数据的函数。

参见
Action

成员函数说明

◆ GetDestination()

def fsdk.GotoAction.GetDestination ( )

获取目标信息。

返回
目标对象。

◆ SetDestination()

def fsdk.GotoAction.SetDestination (   dest)

设置目标信息。

参数
[in]dest要设置的有效目标对象。
返回
无。