IPXC_ContentItems::ItemCTM Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 20: Line 20:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_ContentItems|IPXC_ContentItems]].
+
[[PXV:IPXC_ContentItems|IPXC_ContentItems]]

Revision as of 04:24, 23 May 2015


Property ItemCTM of interface IPXC_ContentItems returns/sets Pointer to PXC_Matrix ...

Syntax

HRESULT get_ItemCTM([in]           ULONG        nIndex,
                    [out, retval]  PXC_Matrix*  pMatrix);
HRESULT put_ItemCTM([in]  ULONG        nIndex,
                    [in]  PXC_Matrix*  pMatrix);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXC_ContentItems