[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PageContentStreamCollection

PageContentStreamCollection Class

Defines collection of PageContentStream objects.

Inheritance
PdfCollection<PageContentStream>
PageContentStreamCollection
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
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

Constructors

Properties

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.

Methods

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)

Extension Methods