IPXV_FileAttachmentPtr::AnnotIndex Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_FileAttachmentPtr::AnnotIndex Property}}
 
{{#customTitle:IPXV_FileAttachmentPtr::AnnotIndex Property}}
{{#parentPage:PXV:IPXV_FileAttachmentPtr|AnnotIndex Property|property}}
+
{{#parentPage:PXV:IPXV_FileAttachmentPtr#Properties|AnnotIndex|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''AnnotIndex''' of interface [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]] returns  Value of ULONG ...
+
Property '''AnnotIndex''' of interface [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]] returns  Value of ULONG containing the index of the Attachment Annotation on the Page or -1 if the Attachment is from the EmbeddedFiles NameTree.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_AnnotIndex([out, retval]  ULONG*  pIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_AnnotIndex([out, retval]  ULONG*  nIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]].
+
[[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]]

Latest revision as of 06:35, 20 January 2017


Property AnnotIndex of interface IPXV_FileAttachmentPtr returns Value of ULONG containing the index of the Attachment Annotation on the Page or -1 if the Attachment is from the EmbeddedFiles NameTree.

Syntax

HRESULT get_AnnotIndex([out, retval]  ULONG*  nIndex);

See Also

IPXV_FileAttachmentPtr