Link Search Menu Expand Document

OptionalContentGroup Class

Represents a group for optional content group.
Inheritance Hierarchy
SystemObject
Bytescout.PDFOptionalContentGroupItem
Bytescout.PDFOptionalContentGroup

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class OptionalContentGroup : OptionalContentGroupItem

The OptionalContentGroup type exposes the following members.

Constructors
NameDescription
Public methodOptionalContentGroup
Initializes a new instance of the Bytescout.PDF.OptionalContentGroup class.
Top
Properties
NameDescription
Public propertyCount
Gets the number of elements contained in this collection.
Public propertyItem
Gets the element at the specified index in this collection.
Public propertyType
Gets the Bytescout.PDF.OptionalContentGroupItemType value that specifies the type of this item.
(Overrides OptionalContentGroupItemType.)
Top
Methods
NameDescription
Public methodAdd
Adds the element to the end of the collection.
Public methodClear
Removes all elements from the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
Inserts an element at the specified index to the collection.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the element with the specified index from this collection.
Public methodToString (Inherited from Object.)
Top
See Also

Reference