Skip to main content
All docs
V25.1
  • PdfOptionalContentGroupVisibilityCollection.Count Property

    Gets the number of PdfOptionalContentGroupVisibility objects in the collection.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public int Count { get; }

    Property Value

    Type Description
    Int32

    The number of objects.

    Implements

    System.Collections.Generic.IReadOnlyCollection<DevExpress.Pdf.PdfOptionalContentGroupVisibility>.Count
    See Also