Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentProperties Class / GetLayerInitialViewState Method / GetLayerInitialViewState(OptionalContentGroup) Method
The OptionalContentGroup object that specifies the layer.

In This Topic
    GetLayerInitialViewState(OptionalContentGroup) Method
    In This Topic
    Returns the layer initial view state of a layer.
    Syntax
    'Declaration
     
    Public Overloads Function GetLayerInitialViewState( _
       ByVal layer As OptionalContentGroup _
    ) As LayerInitialViewState
    public LayerInitialViewState GetLayerInitialViewState( 
       OptionalContentGroup layer
    )

    Parameters

    layer
    The OptionalContentGroup object that specifies the layer.

    Return Value

    The initial view state of the layer.
    See Also