Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents a group for optional content group.
Inheritance Hierarchy
Bytescout.PDFOptionalContentGroupItem
Bytescout.PDFOptionalContentGroup
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The OptionalContentGroup type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OptionalContentGroup |
Initializes a new instance of the Bytescout.PDF.OptionalContentGroup class.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in this collection.
| |
| Item |
Gets the element at the specified index in this collection.
| |
| Type |
Gets the Bytescout.PDF.OptionalContentGroupItemType value that specifies the type of this item.
(Overrides OptionalContentGroupItemType.) |
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the element to the end of the collection.
| |
| Clear |
Removes all elements from the collection.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Insert |
Inserts an element at the specified index to the collection.
| |
| MemberwiseClone | (Inherited from Object.) | |
| Remove |
Removes the element with the specified index from this collection.
| |
| ToString | (Inherited from Object.) |
See Also