IPXC_Page::GetMatrix Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_Page::GetMatrix Method}} | {{#customTitle:IPXC_Page::GetMatrix Method}} | ||
{{#parentPage:PXV:IPXC_Page|GetMatrix Method|method}} | {{#parentPage:PXV:IPXC_Page|GetMatrix Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets [[PXV:PXC_Matrix|page transformation matrix]] for custom [[PXV:PXC_BoxType|page box]]. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;nRelativeBox | ;nRelativeBox | ||
− | :[in] | + | :[in] Choose the [[PXV:PXC_BoxType|box]] for which the resulting matrix will be filled. |
;pMatrix | ;pMatrix | ||
− | :[out, retval] Pointer to [[PXV:PXC_Matrix|PXC_Matrix]]. | + | :[out, retval] Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] containing the resuling matrix. |
== Return Value == | == Return Value == |
Revision as of 01:06, 12 May 2015
Gets page transformation matrix for custom page box.
Contents
Syntax
HRESULT GetMatrix([in] PXC_BoxType nRelativeBox, [out, retval] PXC_Matrix* pMatrix);
Parameters
- nRelativeBox
- [in] Choose the box for which the resulting matrix will be filled.
- pMatrix
- [out, retval] Pointer to PXC_Matrix containing the resuling matrix.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXC_Page.