[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentProperties.SetLayerInitialViewState

SetLayerInitialViewState Method

SetLayerInitialViewState(OptionalContentGroup, LayerInitialViewState)

Sets the initial view state of a layer.

Declaration
public void SetLayerInitialViewState(OptionalContentGroup layer, LayerInitialViewState value)
Public Sub SetLayerInitialViewState(layer As OptionalContentGroup, value As LayerInitialViewState)
Parameters
Type Name Description
OptionalContentGroup layer

The OptionalContentGroup object that specifies the layer.

LayerInitialViewState value

The initial view state.

SetLayerInitialViewState(string, LayerInitialViewState)

Sets the initial view state of a layer. Throws an exception if the layer with the specified name does not exist.

Declaration
public void SetLayerInitialViewState(string name, LayerInitialViewState value)
Public Sub SetLayerInitialViewState(name As String, value As LayerInitialViewState)
Parameters
Type Name Description
string name

The name of the layer.

LayerInitialViewState value

The initial view state.