PdfOptionalContentGroupVisibilityCollection.Item[Int32] Property
In This Article
Provides access to an individual layer’s visibility settings by index.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfOptionalContentGroupVisibility this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer that specifies the layer’s position within the collection. |
#Property Value
Type | Description |
---|---|
Pdf |
An object that contains visibility settings for the specified layer. |
See Also