IAUX_Inst::GetStdPaperInfo Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
The method of interface of PDF-XChange Editor SDK. Test '''pWidthN'''.  
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 17:
 
;nPaperID
 
;nPaperID
 
:[in]  Value of [[PXV:StdPaperID|StdPaperID]].
 
:[in]  Value of [[PXV:StdPaperID|StdPaperID]].
;pGroup
+
;pGroupN
 
:[out]  Pointer to [[PXV:StdPaperGroupID|StdPaperGroupID]].
 
:[out]  Pointer to [[PXV:StdPaperGroupID|StdPaperGroupID]].
;pWidth
+
;pWidthN
:[out]  Pointer to double.
+
:[out]  Pointer to double. more test <tt>pGroupN</tt>
;pHeight
+
;pHeightN
 
:[out]  Pointer to double.
 
:[out]  Pointer to double.
  

Revision as of 08:21, 30 May 2015


The method of interface of PDF-XChange Editor SDK. Test pWidthN.

Syntax

HRESULT GetStdPaperInfo([in]   StdPaperID        nPaperID,
                        [out]  StdPaperGroupID*  pGroupN,
                        [out]  double*           pWidthN,
                        [out]  double*           pHeightN);

Parameters

nPaperID
[in] Value of StdPaperID.
pGroupN
[out] Pointer to StdPaperGroupID.
pWidthN
[out] Pointer to double. more test pGroupN
pHeightN
[out] Pointer to double.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IAUX_Inst