PdfOptionalContentGroupVisibilityCollection.Count Property
Gets the number of PdfOptionalContentGroupVisibility objects in the collection.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | The number of objects. |
Implements
System.Collections.Generic.IReadOnlyCollection<DevExpress.Pdf.PdfOptionalContentGroupVisibility>.Count
See Also