Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

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