Click or drag to resize
Pdftools logo

OptionalContentGroupList Class

A list of OptionalContentGroup objects (also know as layers). The list of optional content groups for a specific document can be retrieved using the OptionalContentGroups.
Inheritance Hierarchy
SystemObject
  PdfTools.Toolbox.InternalNativeBase
    PdfTools.Toolbox.InternalNativeObject
      PdfTools.Toolbox.PdfOptionalContentGroupList

Namespace: PdfTools.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
Syntax
C#
public class OptionalContentGroupList : NativeObject, 
	IList<OptionalContentGroup>, ICollection<OptionalContentGroup>, IEnumerable<OptionalContentGroup>, 
	IEnumerable

The OptionalContentGroupList type exposes the following members.

Properties
 NameDescription
Public propertyCount 
Public propertyIsReadOnly 
Public propertyItem 
Top
Methods
 NameDescription
Public methodContains 
Public methodCopyTo 
Public methodEquals
(Inherited from NativeObject)
Public methodGetEnumerator 
Public methodGetHashCode
(Inherited from NativeObject)
Public methodIndexOf 
Public methodInsert 
Top
See Also