IUIX_Ruler::GetMarkerPos Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetMarkerPos([in]          PARAM_T  nTag,
 
<pre class="brush:cpp;gutter:false">HRESULT GetMarkerPos([in]          PARAM_T  nTag,
                     [out, retval]  double*  pPos);</pre>
+
                     [out, retval]  double*  nPos);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nTag
 
;nTag
 
:[in]  Value of PARAM_T.
 
:[in]  Value of PARAM_T.
;pPos
+
;nPos
 
:[out, retval]  Pointer to double.
 
:[out, retval]  Pointer to double.
  

Latest revision as of 04:37, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetMarkerPos([in]           PARAM_T  nTag,
                     [out, retval]  double*  nPos);

Parameters

nTag
[in] Value of PARAM_T.
nPos
[out, retval] Pointer to double.

Return Value

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

See Also

IUIX_Ruler