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

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

    Parameters

    layer
    The OptionalContentGroup object defining the layer.

    Return Value

    true if layer is locked, false otherwise.
    See Also