IPXC_Page::ExcludeAnnotFromGroup Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::ExcludeAnnotFromGroup Method}}
 
{{#customTitle:IPXC_Page::ExcludeAnnotFromGroup Method}}
{{#parentPage:PXV:IPXC_Page|method}}
+
{{#parentPage:PXV:IPXC_Page#Methods|ExcludeAnnotFromGroup|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ExcludeAnnotFromGroup([in] IPXC_Annotation* pAnnot, [in, defaultvalue(-1)] VARIANT_BOOL bFixupGroupLinks);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT ExcludeAnnotFromGroup([in]                   IPXC_Annotation* pAnnot,
 +
                              [in, defaultvalue(-1)] VARIANT_BOOL     bFixupGroupLinks);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pAnnot''
+
;pAnnot
 
:[in]  Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]].
 
:[in]  Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]].
;''bFixupGroupLinks''
+
;bFixupGroupLinks
 
:[in, defaultvalue(-1)]  Value of VARIANT_BOOL.
 
:[in, defaultvalue(-1)]  Value of VARIANT_BOOL.
  
Line 20: Line 22:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Page|IPXC_Page]].
+
[[PXV:IPXC_Page|IPXC_Page]]

Latest revision as of 03:32, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ExcludeAnnotFromGroup([in]                    IPXC_Annotation*  pAnnot,
                              [in, defaultvalue(-1)]  VARIANT_BOOL      bFixupGroupLinks);

Parameters

pAnnot
[in] Pointer to IPXC_Annotation.
bFixupGroupLinks
[in, defaultvalue(-1)] Value of VARIANT_BOOL.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_Page