PdfOptionalContentGroupVisibilityCollection.Item[PdfOptionalContentGroup] Property
In This Article
Provides access to an individual layer’s visibility settings.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfOptionalContentGroupVisibility this[PdfOptionalContentGroup group] { get; }
#Parameters
Name | Type | Description |
---|---|---|
group | Pdf |
A layer object. |
#Property Value
Type | Description |
---|---|
Pdf |
An object that contains visibility settings for the layer. |
See Also