[]
Defines collection of PageContentStream objects.
public class PageContentStreamCollection : PdfOwnedCollectionBase<PageContentStream>, IList<PageContentStream>, ICollection<PageContentStream>, IReadOnlyList<PageContentStream>, IReadOnlyCollection<PageContentStream>, IEnumerable<PageContentStream>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
Public Class PageContentStreamCollection
Inherits PdfOwnedCollectionBase(Of PageContentStream)
Implements IList(Of PageContentStream), ICollection(Of PageContentStream), IReadOnlyList(Of PageContentStream), IReadOnlyCollection(Of PageContentStream), IEnumerable(Of PageContentStream), IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
Name | Description |
---|---|
PageContentStreamCollection() |
Name | Description |
---|---|
Doc | Gets the GcPdfDocument object owning this PageContentStreamCollection collection. |
Last | Gets the last PageContentStreamCollection in the collection. |
Owner | Gets the Page object owning this PageContentStreamCollection collection. |
Name | Description |
---|---|
Add() | Creates a new PageContentStream and adds it to this PageContentStream. |
ClearItems() | |
Insert(int) | Creates a new PageContentStream and inserts it at a specific position in this PageContentStream. |
InsertItem(int, PageContentStream) | |
RemoveItem(int) | |
SetItem(int, PageContentStream) |