PXV_SnapInfo Structure
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_SnapInfo Structure}} | {{#customTitle:PXV_SnapInfo Structure}} | ||
+ | {{#parentPage:PXV:PXV_Structures|PXV_SnapInfo|structure}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">struct PXV_SnapInfo | <pre class="brush:cpp;gutter:false">struct PXV_SnapInfo | ||
{ | { | ||
− | ULONG nSize; | + | ULONG nSize; |
− | ULONG nPage; | + | ULONG nPage; |
− | ULONG nFlags; | + | ULONG nFlags; |
PXC_PointF ptPage; | PXC_PointF ptPage; | ||
}; | }; | ||
Line 25: | Line 29: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_PagesView_ShowSnapMark|IPXV_PagesView::ShowSnapMark]] |
Latest revision as of 09:41, 23 May 2015
Specifies the ...
Syntax
struct PXV_SnapInfo { ULONG nSize; ULONG nPage; ULONG nFlags; PXC_PointF ptPage; };
Members
- nSize
- Value of ULONG ...
- nPage
- Value of ULONG ...
- nFlags
- Value of ULONG ...
- ptPage
- Value of PXC_PointF ...