Skip to main content

PdfOptionalContentConfiguration.Locked Property

Gets a collection of optional content groups that shall be locked when this configuration is applied.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfOptionalContentGroup> Locked { get; }

Property Value

Type Description
IList<PdfOptionalContentGroup>

A collection of PdfOptionalContentGroup objects that represent optional content groups that shall be locked when this configuration is applied

See Also