[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentProperties.SetLayerLocked

SetLayerLocked Method

SetLayerLocked(OptionalContentGroup, bool)

Sets the locked state of a layer.

Declaration
public void SetLayerLocked(OptionalContentGroup layer, bool locked)
Public Sub SetLayerLocked(layer As OptionalContentGroup, locked As Boolean)
Parameters
Type Name Description
OptionalContentGroup layer

The OptionalContentGroup object that specifies the layer.

bool locked

Indicates whether the layer is locked.

SetLayerLocked(string, bool)

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

Declaration
public void SetLayerLocked(string name, bool value)
Public Sub SetLayerLocked(name As String, value As Boolean)
Parameters
Type Name Description
string name

The name of the layer.

bool value

Indicates whether the layer is locked.