IPXC_Content::Rotate Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
(No difference)

Latest revision as of 00:45, 9 May 2019


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Rotate([in]                      double                          nAngle,
               [in, defaultvalue(NULL)]  PXC_Point*                      stCenter,
               [in, defaultvalue(NULL)]  IPXC_ContentTransformCallback*  pTransformCb);

Parameters

nAngle
[in] Value of double.
stCenter
[in, defaultvalue(NULL)] Pointer to PXC_Point.
pTransformCb
[in, defaultvalue(NULL)] Pointer to IPXC_ContentTransformCallback.

Return Value

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

See Also

IPXC_Content