IPXV_PagesLayoutManager::SetSize Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT SetSize([in]  ULONG  LayoutWidth,
+
<pre class="brush:cpp;gutter:false">HRESULT SetSize([in]  ULONG  nLayoutWidth,
                 [in]  ULONG  LayoutHeight,
+
                 [in]  ULONG  nLayoutHeight,
                 [in]  ULONG  VertScrollBarWidth,
+
                 [in]  ULONG  nVertScrollBarWidth,
                 [in]  ULONG  HorzScrollBarHeight);</pre>
+
                 [in]  ULONG  nHorzScrollBarHeight);</pre>
  
 
== Parameters ==
 
== Parameters ==
;LayoutWidth
+
;nLayoutWidth
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;LayoutHeight
+
;nLayoutHeight
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;VertScrollBarWidth
+
;nVertScrollBarWidth
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;HorzScrollBarHeight
+
;nHorzScrollBarHeight
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  

Latest revision as of 04:03, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SetSize([in]  ULONG  nLayoutWidth,
                [in]  ULONG  nLayoutHeight,
                [in]  ULONG  nVertScrollBarWidth,
                [in]  ULONG  nHorzScrollBarHeight);

Parameters

nLayoutWidth
[in] Value of ULONG.
nLayoutHeight
[in] Value of ULONG.
nVertScrollBarWidth
[in] Value of ULONG.
nHorzScrollBarHeight
[in] Value of ULONG.

Return Value

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

See Also

IPXV_PagesLayoutManager