IPXC_AnnotHandler::TransformAnnot Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_AnnotHandler::TransformAnnot Method}}
 
{{#customTitle:IPXC_AnnotHandler::TransformAnnot Method}}
 
{{#parentPage:PXV:IPXC_AnnotHandler#Methods|TransformAnnot|method}}
 
{{#parentPage:PXV:IPXC_AnnotHandler#Methods|TransformAnnot|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Transforms the given annotation by using the specified matrix.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;pAnnot
 
;pAnnot
:[in]  Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]].
+
:[in]  Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]] containing the annotation that will be transformed.
 
;stMatrix
 
;stMatrix
:[in]  Pointer to [[PXV:PXC_Matrix|PXC_Matrix]].
+
:[in]  Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] containing the transformation matrix.
 
;nFlags
 
;nFlags
:[in, defaultvalue(0)]  Value of ULONG.
+
:[in, defaultvalue(0)]  Currently not used.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 01:35, 4 December 2018


Transforms the given annotation by using the specified matrix.

Syntax

HRESULT TransformAnnot([in]                   IPXC_Annotation*  pAnnot,
                       [in]                   PXC_Matrix*       stMatrix,
                       [in, defaultvalue(0)]  ULONG             nFlags);

Parameters

pAnnot
[in] Pointer to IPXC_Annotation containing the annotation that will be transformed.
stMatrix
[in] Pointer to PXC_Matrix containing the transformation matrix.
nFlags
[in, defaultvalue(0)] Currently not used.

Return Value

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

See Also

IPXC_AnnotHandler