IUIX_Obj::Enable 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 | + | <pre class="brush:cpp;gutter:false">HRESULT Enable([in] VARIANT_BOOL bEnable, |
[in, defaultvalue(-1)] VARIANT_BOOL bRedraw);</pre> | [in, defaultvalue(-1)] VARIANT_BOOL bRedraw);</pre> | ||
Latest revision as of 04:52, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Enable([in] VARIANT_BOOL bEnable, [in, defaultvalue(-1)] VARIANT_BOOL bRedraw);
Parameters
- bEnable
- [in] Value of VARIANT_BOOL.
- bRedraw
- [in, defaultvalue(-1)] Value of VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.