Skip to content

PDFAExceptionCollection

Namespace: O2S.Components.PDF4NET.Standards

Defines a read only collection of PDF/A exceptions.

public class PDFAExceptionCollection : System.Collections.ObjectModel.ReadOnlyCollection`1[[O2S.Components.PDF4NET.Standards.PDFAException, O2S.Components.PDF4NET.NetStandard, Version=16.3.0.1, Culture=neutral, PublicKeyToken=80d03dd9e5b85317]]

Inheritance ObjectReadOnlyCollection<PDFAException>PDFAExceptionCollection
Implements

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDFAException Item { get; }

Property Value

PDFAException