IPXV_FileAttachmentPtr::PageIndex Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_FileAttachmentPtr::PageIndex Property}} | {{#customTitle:IPXV_FileAttachmentPtr::PageIndex Property}} | ||
− | {{#parentPage:PXV:IPXV_FileAttachmentPtr|PageIndex | + | {{#parentPage:PXV:IPXV_FileAttachmentPtr#Properties|PageIndex|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''PageIndex''' of interface [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]] returns Value of ULONG | + | Property '''PageIndex''' of interface [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]] returns Value of ULONG containing a page number where the Attachment Annotation is situated or -1 if the Attachment is from the EmbeddedFiles NameTree. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_PageIndex([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_PageIndex([out, retval] ULONG* nIndex); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]] | + | [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]] |
Latest revision as of 05:36, 20 January 2017
Property PageIndex of interface IPXV_FileAttachmentPtr returns Value of ULONG containing a page number where the Attachment Annotation is situated or -1 if the Attachment is from the EmbeddedFiles NameTree.
Syntax
HRESULT get_PageIndex([out, retval] ULONG* nIndex);