PXC_Destination Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the data of the destination which 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 == | ||
Line 19: | 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 == | ||
See also ... | See also ... |
Revision as of 07:01, 4 May 2015
Specifies the data of the destination which 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
See also ...