IPXC_ContentItems::ItemCTM Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 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#Properties|ItemCTM|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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_ItemCTM([in] ULONG nIndex, [out, retval] PXC_Matrix* pMatrix);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ItemCTM([in]           ULONG       nIndex,
HRESULT put_ItemCTM([in] ULONG nIndex, [in] PXC_Matrix* pMatrix);
+
                    [out, retval] PXC_Matrix* pMatrix);
 +
HRESULT put_ItemCTM([in] ULONG       nIndex,
 +
                    [in] PXC_Matrix* pMatrix);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== 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