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

In This Topic
    GetLayerDefaultState(OptionalContentGroup) Method
    In This Topic
    Returns a value indicating whether a layer is ON by default.
    Syntax
    'Declaration
     
    Public Overloads Function GetLayerDefaultState( _
       ByVal layer As OptionalContentGroup _
    ) As System.Boolean
    public System.bool GetLayerDefaultState( 
       OptionalContentGroup layer
    )

    Parameters

    layer
    The OptionalContentGroup object that specifies the layer.

    Return Value

    A value indicating whether the layer is ON by default.
    See Also