Skip to main content
All docs
V24.1

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

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
PdfOptionalContentGroupVisibility

An object that contains visibility settings for the specified layer.

Implements

See Also