[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PageContentStreamCollection

Class PageContentStreamCollection

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

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
Inheritance
object
System.Collections.ObjectModel.Collection<T><PageContentStream>
GrapeCity.Documents.Pdf.Wrappers.PdfCollection<TItem><PageContentStream>
PageContentStreamCollection
Implements
System.Collections.Generic.IList<T><PageContentStream>
System.Collections.Generic.ICollection<T><PageContentStream>
System.Collections.Generic.IReadOnlyList<T><PageContentStream>
System.Collections.Generic.IReadOnlyCollection<T><PageContentStream>
System.Collections.Generic.IEnumerable<T><PageContentStream>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.Add(GrapeCity.Documents.Pdf.PageContentStream)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.Clear()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.CopyTo(GrapeCity.Documents.Pdf.PageContentStream[], int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.Contains(GrapeCity.Documents.Pdf.PageContentStream)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.GetEnumerator()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.IndexOf(GrapeCity.Documents.Pdf.PageContentStream)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.Insert(int, GrapeCity.Documents.Pdf.PageContentStream)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.Remove(GrapeCity.Documents.Pdf.PageContentStream)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.RemoveAt(int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.Count
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.Items
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.PageContentStream>.this[int]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

PageContentStreamCollection()

public PageContentStreamCollection()

Properties

Doc

Gets the GcPdfDocument object owning this PageContentStreamCollection collection.

public GcPdfDocument Doc { get; }

Property Value

GcPdfDocument

Last

Gets the last PageContentStreamCollection in the collection.

public PageContentStream Last { get; }

Property Value

PageContentStream

Owner

Gets the Page object owning this PageContentStreamCollection collection.

public Page Owner { get; }

Property Value

Page

Methods

Add()

Creates a new PageContentStream and adds it to this PageContentStream.

public PageContentStream Add()

Returns

PageContentStream

The newly created page.

ClearItems()

protected override void ClearItems()

Insert(int)

Creates a new PageContentStream and inserts it at a specific position in this PageContentStream.

public PageContentStream Insert(int index)

Parameters

index int

The position where the new page will be inserted.

Returns

PageContentStream

The newly created page.

InsertItem(int, PageContentStream)

protected override void InsertItem(int index, PageContentStream item)

Parameters

index int
item PageContentStream

RemoveItem(int)

protected override void RemoveItem(int index)

Parameters

index int

SetItem(int, PageContentStream)

protected override void SetItem(int index, PageContentStream item)

Parameters

index int
item PageContentStream