Skip to main content
All docs
V25.1
  • PdfOptionalContentGroupVisibilityCollection.Item[PdfOptionalContentGroup] Property

    Provides access to an individual layer’s visibility settings.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfOptionalContentGroupVisibility this[PdfOptionalContentGroup group] { get; }

    Parameters

    Name Type Description
    group PdfOptionalContentGroup

    A layer object.

    Property Value

    Type Description
    PdfOptionalContentGroupVisibility

    An object that contains visibility settings for the layer.

    See Also