IPXC_Action_Goto::Dest Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Action_Goto::Dest Property}} | {{#customTitle:IPXC_Action_Goto::Dest Property}} | ||
+ | {{#parentPage:PXV:IPXC_Action_Goto#Properties|Dest|property}} | ||
− | Gets/sets destination structure. | + | Gets/sets [[PXV:PXC_Destination|destination]] structure. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Dest([out, retval] PXC_Destination* pDest); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Dest([out, retval] PXC_Destination* pDest); |
− | HRESULT put_Dest([in] PXC_Destination* pDest); | + | HRESULT put_Dest([in] PXC_Destination* pDest); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]] |
Latest revision as of 07:01, 23 May 2015
Gets/sets destination structure.
Syntax
HRESULT get_Dest([out, retval] PXC_Destination* pDest); HRESULT put_Dest([in] PXC_Destination* pDest);