IPXV_AnnotsList::Remove2 Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXV_AnnotsList::Remove2 Method}} | {{#customTitle:IPXV_AnnotsList::Remove2 Method}} | ||
{{#parentPage:PXV:IPXV_AnnotsList|Remove2 Method|method}} | {{#parentPage:PXV:IPXV_AnnotsList|Remove2 Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Removes the annotation from the annotations list by object. | |
== Syntax == | == Syntax == | ||
Line 12: | Line 11: | ||
== Parameters == | == Parameters == | ||
;pItem | ;pItem | ||
− | :[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | + | :[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]] containing the annotation to be removed from the annotations list. |
== Return Value == | == Return Value == |
Revision as of 04:55, 15 May 2015
Removes the annotation from the annotations list by object.
Contents
Syntax
HRESULT Remove2([in] IPXC_Annotation* pItem);
Parameters
- pItem
- [in] Pointer to IPXC_Annotation containing the annotation to be removed from the annotations list.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_AnnotsList.