IPXC_ContentItems::ItemCTM Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ContentItems::ItemCTM Property}}
 
{{#customTitle:IPXC_ContentItems::ItemCTM Property}}
 +
{{#parentPage:PXV:IPXC_ContentItems|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''ItemCTM''' of interface [[PXV:IPXC_ContentItems|IPXC_ContentItems]] returns/sets  Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] ...
 
Property '''ItemCTM''' of interface [[PXV:IPXC_ContentItems|IPXC_ContentItems]] returns/sets  Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] ...
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 15:47, 20 April 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

See also IPXC_ContentItems.