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  nLayoutWidth,
+
<pre class="brush:cpp;gutter:false">HRESULT SetSize([in]  ULONG  LayoutWidth,
                 [in]  ULONG  nLayoutHeight,
+
                 [in]  ULONG  LayoutHeight,
                 [in]  ULONG  nVertScrollBarWidth,
+
                 [in]  ULONG  VertScrollBarWidth,
                 [in]  ULONG  nHorzScrollBarHeight);</pre>
+
                 [in]  ULONG  HorzScrollBarHeight);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nLayoutWidth
+
;LayoutWidth
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;nLayoutHeight
+
;LayoutHeight
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;nVertScrollBarWidth
+
;VertScrollBarWidth
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;nHorzScrollBarHeight
+
;HorzScrollBarHeight
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  

Revision as of 07:39, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SetSize([in]  ULONG  LayoutWidth,
                [in]  ULONG  LayoutHeight,
                [in]  ULONG  VertScrollBarWidth,
                [in]  ULONG  HorzScrollBarHeight);

Parameters

LayoutWidth
[in] Value of ULONG.
LayoutHeight
[in] Value of ULONG.
VertScrollBarWidth
[in] Value of ULONG.
HorzScrollBarHeight
[in] Value of ULONG.

Return Value

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

See Also

IPXV_PagesLayoutManager