Skip to main content
All docs
V24.1

PdfOptionalContentGroupVisibility.Locked Property

Do not allow the layer to be deleted or its settings to be modified by the user.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool Locked { get; }

Property Value

Type Description
Boolean

true to lock the layer; otherwise, false.

See Also