IPXV_PagesLayoutManager::GetPageToDeviceMatrix Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetPageToDeviceMatrix([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT GetPageToDeviceMatrix([in] ULONG PageNum, |
− | [in] VARIANT_BOOL | + | [in] VARIANT_BOOL FromDefaultUserSpace, |
− | [out, retval] PXC_Matrix* | + | [out, retval] PXC_Matrix* Matrix);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;PageNum |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;FromDefaultUserSpace |
:[in] Value of VARIANT_BOOL. | :[in] Value of VARIANT_BOOL. | ||
− | ; | + | ;Matrix |
:[out, retval] Pointer to [[PXV:PXC_Matrix|PXC_Matrix]]. | :[out, retval] Pointer to [[PXV:PXC_Matrix|PXC_Matrix]]. | ||
Revision as of 06:39, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetPageToDeviceMatrix([in] ULONG PageNum, [in] VARIANT_BOOL FromDefaultUserSpace, [out, retval] PXC_Matrix* Matrix);
Parameters
- PageNum
- [in] Value of ULONG.
- FromDefaultUserSpace
- [in] Value of VARIANT_BOOL.
- Matrix
- [out, retval] Pointer to PXC_Matrix.
Return Value
Returns S_OK if operation was successful or error code in other cases.