IPXC_Page::GetAnnot Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_Page::GetAnnot Method}} | {{#customTitle:IPXC_Page::GetAnnot Method}} | ||
{{#parentPage:PXV:IPXC_Page|GetAnnot Method|method}} | {{#parentPage:PXV:IPXC_Page|GetAnnot Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets annotation from the page by index. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] | + | :[in] Index of the annotation. |
;ppAnnot | ;ppAnnot | ||
− | :[out, retval] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | + | :[out, retval] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]] containing the resulting annotation. |
== Return Value == | == Return Value == |
Revision as of 23:55, 11 May 2015
Gets annotation from the page by index.
Contents
Syntax
HRESULT GetAnnot([in] ULONG nIndex, [out, retval] IPXC_Annotation** ppAnnot);
Parameters
- nIndex
- [in] Index of the annotation.
- ppAnnot
- [out, retval] Pointer to IPXC_Annotation containing the resulting annotation.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXC_Page.