Back to Devexpress

PdfOptionalContentGroupVisibilityCollection.Item[Int32] Property

officefileapi-devexpress-dot-pdf-dot-pdfoptionalcontentgroupvisibilitycollection-dot-item-x28-system-dot-int32-x29.md

latest1.8 KB
Original Source

PdfOptionalContentGroupVisibilityCollection.Item[Int32] Property

Provides access to an individual layer’s visibility settings by index.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfOptionalContentGroupVisibility this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As PdfOptionalContentGroupVisibility

Parameters

NameTypeDescription
indexInt32

A zero-based integer that specifies the layer’s position within the collection.

|

Property Value

TypeDescription
PdfOptionalContentGroupVisibility

An object that contains visibility settings for the specified layer.

|

Implements

Item[Int32]

See Also

PdfOptionalContentGroupVisibilityCollection Class

PdfOptionalContentGroupVisibilityCollection Members

DevExpress.Pdf Namespace