Click or drag to resize

PdfOCAutoStateCollection Class

Represents a collection of PdfOCAutoState.
Inheritance Hierarchy
SystemObject
  Patagames.PdfPdfArrayWrapperPdfOCAutoState
    Patagames.Pdf.Net.Wrappers.OptionalContentPdfOCAutoStateCollection

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfOCAutoStateCollection : PdfArrayWrapper<PdfOCAutoState>

The PdfOCAutoStateCollection type exposes the following members.

Constructors
 NameDescription
Public methodPdfOCAutoStateCollection(PdfDocument) Creates a new empty collection.
Public methodPdfOCAutoStateCollection(PdfDocument, PdfTypeBase) Initialize new instance of PdfOCAutoStateCollection class.
Top
See Also