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)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ContentItems::ItemCTM Property}}
 
{{#customTitle:IPXC_ContentItems::ItemCTM Property}}
{{#parentPage:PXV:IPXC_ContentItems|ItemCTM Property|property}}
+
{{#parentPage:PXV:IPXC_ContentItems#Properties|ItemCTM|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 19: Line 20:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_ContentItems|IPXC_ContentItems]].
+
[[PXV:IPXC_ContentItems|IPXC_ContentItems]]

Latest revision as of 08:22, 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