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