IUIX_DrawThumbnailCallback::DrawThumb Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 12: Line 12:
 
<pre class="brush:cpp;gutter:false">HRESULT DrawThumb([in]      IUIX_RenderContext*  pRC,
 
<pre class="brush:cpp;gutter:false">HRESULT DrawThumb([in]      IUIX_RenderContext*  pRC,
 
                   [in]      LONG                nThumbIdx,
 
                   [in]      LONG                nThumbIdx,
                   [in, out]  RECT*                pCellRect);</pre>
+
                   [in, out]  RECT*                stCellRect);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 19: Line 19:
 
;nThumbIdx
 
;nThumbIdx
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;pCellRect
+
;stCellRect
 
:[in, out]  Pointer to RECT.
 
:[in, out]  Pointer to RECT.
  

Revision as of 04:19, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Draws the preview thumb at the specified index.

Syntax

HRESULT DrawThumb([in]       IUIX_RenderContext*  pRC,
                  [in]       LONG                 nThumbIdx,
                  [in, out]  RECT*                stCellRect);

Parameters

pRC
[in] Pointer to IUIX_RenderContext.
nThumbIdx
[in] Value of LONG.
stCellRect
[in, out] Pointer to RECT.

Return Value

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

See Also

IUIX_DrawThumbnailCallback