IUIX_Obj::Enable 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 bEnable([in]                    VARIANT_BOOL  bEnable,
+
<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 05: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.

See Also

IUIX_Obj