Click or drag to resize

PdfOCGroupCollection Class

Represents a collection of the optional content groups.
Inheritance Hierarchy
SystemObject
  Patagames.PdfPdfArrayWrapperPdfOCGroup
    Patagames.Pdf.Net.Wrappers.OptionalContentPdfOCGroupCollection

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

The PdfOCGroupCollection type exposes the following members.

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