Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentProperties Class / GetLayerInitialViewState Method / GetLayerInitialViewState(String) Method
The name of the layer.

In This Topic
    GetLayerInitialViewState(String) Method
    In This Topic
    Returns the layer initial view state of a layer. Throws an exception if the layer with the specified name does not exist.
    Syntax
    'Declaration
     
    Public Overloads Function GetLayerInitialViewState( _
       ByVal name As System.String _
    ) As LayerInitialViewState
    public LayerInitialViewState GetLayerInitialViewState( 
       System.string name
    )

    Parameters

    name
    The name of the layer.

    Return Value

    The initial view state of the layer.
    See Also