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 Enable([in]                    VARIANT_BOOL  Enable,
+
<pre class="brush:cpp;gutter:false">HRESULT bEnable([in]                    VARIANT_BOOL  bEnable,
               [in, defaultvalue(-1)]  VARIANT_BOOL  Redraw);</pre>
+
               [in, defaultvalue(-1)]  VARIANT_BOOL  bRedraw);</pre>
  
 
== Parameters ==
 
== Parameters ==
;Enable
+
;bEnable
 
:[in]  Value of VARIANT_BOOL.
 
:[in]  Value of VARIANT_BOOL.
;Redraw
+
;bRedraw
 
:[in, defaultvalue(-1)]  Value of VARIANT_BOOL.
 
:[in, defaultvalue(-1)]  Value of VARIANT_BOOL.
  

Revision as of 04:30, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT bEnable([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