IPXV_PagesLayoutManager::SetSize Method
From PDF XChange PDF SDK
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 | + | <pre class="brush:cpp;gutter:false">HRESULT SetSize([in] ULONG LayoutWidth, |
− | [in] ULONG | + | [in] ULONG LayoutHeight, |
− | [in] ULONG | + | [in] ULONG VertScrollBarWidth, |
− | [in] ULONG | + | [in] ULONG HorzScrollBarHeight);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;LayoutWidth |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;LayoutHeight |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;VertScrollBarWidth |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;HorzScrollBarHeight |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
Revision as of 06: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.