IAUX_Inst::GetStdPaperInfo Method
From PDF XChange PDF SDK
Gets information about standard paper sizes.
Syntax
HRESULT GetStdPaperInfo([in] StdPaperID nPaperID, [out] StdPaperGroupID* nGroup, [out] double* nWidth, [out] double* nHeight);
Parameters
- nPaperID
- [in] Value of StdPaperID containing the ID of the standard paper.
- nGroup
- [out] Pointer to StdPaperGroupID containing the standard paper group.
- nWidth
- [out] Pointer to double containing the width of the paper in points.
- nHeight
- [out] Pointer to double containing the height of the paper in points.
Return Value
Returns S_OK if operation was successful or error code in other cases.