IAUX_Inst::GetStdPaperInfo Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Reverted edits by Serg (talk) to last revision by Dsbot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK. Test '''pWidthN'''.  
+
The method of interface of PDF-XChange Editor SDK.
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetStdPaperInfo([in]  StdPaperID        nPaperID,
 
<pre class="brush:cpp;gutter:false">HRESULT GetStdPaperInfo([in]  StdPaperID        nPaperID,
                         [out]  StdPaperGroupID*  pGroupN,
+
                         [out]  StdPaperGroupID*  pGroup,
                         [out]  double*          pWidthN,
+
                         [out]  double*          pWidth,
                         [out]  double*          pHeightN);</pre>
+
                         [out]  double*          pHeight);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nPaperID
 
;nPaperID
 
:[in]  Value of [[PXV:StdPaperID|StdPaperID]].
 
:[in]  Value of [[PXV:StdPaperID|StdPaperID]].
;pGroupN
+
;pGroup
 
:[out]  Pointer to [[PXV:StdPaperGroupID|StdPaperGroupID]].
 
:[out]  Pointer to [[PXV:StdPaperGroupID|StdPaperGroupID]].
;pWidthN
+
;pWidth
:[out]  Pointer to double. more test <tt>pGroupN</tt>
+
:[out]  Pointer to double.
;pHeightN
+
;pHeight
 
:[out]  Pointer to double.
 
:[out]  Pointer to double.
  

Revision as of 08:27, 30 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetStdPaperInfo([in]   StdPaperID        nPaperID,
                        [out]  StdPaperGroupID*  pGroup,
                        [out]  double*           pWidth,
                        [out]  double*           pHeight);

Parameters

nPaperID
[in] Value of StdPaperID.
pGroup
[out] Pointer to StdPaperGroupID.
pWidth
[out] Pointer to double.
pHeight
[out] Pointer to double.

Return Value

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

See Also

IAUX_Inst