IAUX_Inst::GetStdPaperInfo 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 GetStdPaperInfo([in] StdPaperID | + | <pre class="brush:cpp;gutter:false">HRESULT GetStdPaperInfo([in] StdPaperID nPaperID, |
− | [out] StdPaperGroupID* | + | [out] StdPaperGroupID* nGroup, |
− | [out] double* | + | [out] double* nWidth, |
− | [out] double* | + | [out] double* nHeight);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nPaperID |
:[in] Value of [[PXV:StdPaperID|StdPaperID]]. | :[in] Value of [[PXV:StdPaperID|StdPaperID]]. | ||
− | ; | + | ;nGroup |
:[out] Pointer to [[PXV:StdPaperGroupID|StdPaperGroupID]]. | :[out] Pointer to [[PXV:StdPaperGroupID|StdPaperGroupID]]. | ||
− | ; | + | ;nWidth |
:[out] Pointer to double. | :[out] Pointer to double. | ||
− | ; | + | ;nHeight |
:[out] Pointer to double. | :[out] Pointer to double. | ||
Revision as of 02:12, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetStdPaperInfo([in] StdPaperID nPaperID, [out] StdPaperGroupID* nGroup, [out] double* nWidth, [out] double* nHeight);
Parameters
- nPaperID
- [in] Value of StdPaperID.
- nGroup
- [out] Pointer to StdPaperGroupID.
- nWidth
- [out] Pointer to double.
- nHeight
- [out] Pointer to double.
Return Value
Returns S_OK if operation was successful or error code in other cases.