LayerVisible Property

Returns a Boolean value indicating whether the specified layer of the document is visible in the viewer control. Read/write Boolean.

expression.LayerVisible(Index)

*expression   * Required. An expression that returns an MiDocView object.

MiVIEWLAYER

Index can be one of the following MiVIEWLAYER constants.
miVIEWLAYER_RICHINK (0)

Remarks

At the present time, the LayerVisible property supports only the miVIEWLAYER_RICHINK option.

Applies to | MiDocView Object