IUIX_Dialog::IsLayerVisible Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT IsLayerVisible([in] BSTR | + | <pre class="brush:cpp;gutter:false">HRESULT IsLayerVisible([in] BSTR sLayerName, |
− | [out, retval] VARIANT_BOOL* | + | [out, retval] VARIANT_BOOL* bVisible);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;sLayerName |
:[in] name of the layer. | :[in] name of the layer. | ||
− | ; | + | ;bVisible |
:[out, retval] returns VARIANT_TRUE if the layer is visible or VARIANT_FALSE otherwise. | :[out, retval] returns VARIANT_TRUE if the layer is visible or VARIANT_FALSE otherwise. | ||
Revision as of 03:18, 15 June 2015
Checks if a required layer is in visible state.
Syntax
HRESULT IsLayerVisible([in] BSTR sLayerName, [out, retval] VARIANT_BOOL* bVisible);
Parameters
- sLayerName
- [in] name of the layer.
- bVisible
- [out, retval] returns VARIANT_TRUE if the layer is visible or VARIANT_FALSE otherwise.
Return Value
Returns S_OK if operation was successful or error code in other cases.