PXC_Destination Structure
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_Destination Structure}} | {{#customTitle:PXC_Destination Structure}} | ||
+ | {{#parentPage:PXV:PXC_Structures|PXC_Destination|structure}} | ||
+ | {{ToReview}} | ||
− | Specifies the | + | Specifies the data of the destination that specifies the view of the document that shall be presented when the outline item or annotation is opened or the action is performed with current data. |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">struct PXC_Destination | <pre class="brush:cpp;gutter:false">struct PXC_Destination | ||
{ | { | ||
− | ULONG nPageNum; | + | ULONG nPageNum; |
PXC_DestType nType; | PXC_DestType nType; | ||
− | ULONG nNullFlags; | + | ULONG nNullFlags; |
− | double dValues[4]; | + | double dValues[4]; |
}; | }; | ||
</pre> | </pre> | ||
Line 16: | Line 19: | ||
== Members == | == Members == | ||
;nPageNum | ;nPageNum | ||
− | : | + | : The page of the document that shall be displayed. |
;nType | ;nType | ||
− | : Value of [[PXV:PXC_DestType|PXC_DestType]] | + | : Value of [[PXV:PXC_DestType|PXC_DestType]] containing the type of the destination which will be used. |
;nNullFlags | ;nNullFlags | ||
− | : | + | : Bit flags representing which '''dValues''' should be used. |
;dValues | ;dValues | ||
− | : | + | : Values that differ from the type of the destination and used for containing data such as coordinates or magnification factor. |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Document_FillDestination|IPXC_Document::FillDestination]], [[PXV:IPXC_Document_GetNamedDestination|IPXC_Document::GetNamedDestination]], [[PXV:IPXC_Document_SetNamedDestination|IPXC_Document::SetNamedDestination]], [[PXV:IPXC_ActionsList_AddGoto|IPXC_ActionsList::AddGoto]], [[PXV:IPXC_ActionsList_AddGotoR|IPXC_ActionsList::AddGotoR]], [[PXV:IPXC_Action_Goto_Dest|IPXC_Action_Goto::Dest]], [[PXV:IPXV_PagesLayoutManager_GoToDestination|IPXV_PagesLayoutManager::GoToDestination]], [[PXV:IPXV_Control_GoToDestination|IPXV_Control::GoToDestination]] |
Latest revision as of 01:51, 25 May 2015
Specifies the data of the destination that specifies the view of the document that shall be presented when the outline item or annotation is opened or the action is performed with current data.
Syntax
struct PXC_Destination { ULONG nPageNum; PXC_DestType nType; ULONG nNullFlags; double dValues[4]; };
Members
- nPageNum
- The page of the document that shall be displayed.
- nType
- Value of PXC_DestType containing the type of the destination which will be used.
- nNullFlags
- Bit flags representing which dValues should be used.
- dValues
- Values that differ from the type of the destination and used for containing data such as coordinates or magnification factor.
See Also
IPXC_Document::FillDestination, IPXC_Document::GetNamedDestination, IPXC_Document::SetNamedDestination, IPXC_ActionsList::AddGoto, IPXC_ActionsList::AddGotoR, IPXC_Action_Goto::Dest, IPXV_PagesLayoutManager::GoToDestination, IPXV_Control::GoToDestination