PdfOptionalContentConfiguration.Locked Property
In This Article
Gets a collection of optional content groups that shall be locked when this configuration is applied.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public IList<PdfOptionalContentGroup> Locked { get; }
#Property Value
Type | Description |
---|---|
IList<Pdf |
A collection of Pdf |
See Also