IPXC_AnnotHandler::CreateNewAnnotData Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AnnotHandler::CreateNewAnnotData Method}}
 
{{#customTitle:IPXC_AnnotHandler::CreateNewAnnotData Method}}
 +
{{#parentPage:PXV:IPXC_AnnotHandler#Methods|CreateNewAnnotData|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CreateNewAnnotData([in] ULONG nAnnotType, [in] IPXC_Document* pDestDoc, [out, retval] IPXC_AnnotData** ppNewAnnotData);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CreateNewAnnotData([in]           ULONG             nAnnotType,
 +
                          [in]           IPXC_Document*   pDestDoc,
 +
                          [out, retval] IPXC_AnnotData** ppNewAnnotData);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nAnnotType''
+
;nAnnotType
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;''pDestDoc''
+
;pDestDoc
 
:[in]  Pointer to [[PXV:IPXC_Document|IPXC_Document]].
 
:[in]  Pointer to [[PXV:IPXC_Document|IPXC_Document]].
;''ppNewAnnotData''
+
;ppNewAnnotData
 
:[out, retval]  Pointer to [[PXV:IPXC_AnnotData|IPXC_AnnotData]].
 
:[out, retval]  Pointer to [[PXV:IPXC_AnnotData|IPXC_AnnotData]].
  
Line 19: Line 25:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AnnotHandler|IPXC_AnnotHandler]].
+
[[PXV:IPXC_AnnotHandler|IPXC_AnnotHandler]]

Latest revision as of 08:09, 23 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateNewAnnotData([in]           ULONG             nAnnotType,
                           [in]           IPXC_Document*    pDestDoc,
                           [out, retval]  IPXC_AnnotData**  ppNewAnnotData);

Parameters

nAnnotType
[in] Value of ULONG.
pDestDoc
[in] Pointer to IPXC_Document.
ppNewAnnotData
[out, retval] Pointer to IPXC_AnnotData.

Return Value

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

See Also

IPXC_AnnotHandler