[]
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 PageContentStreamCollection()
Gets the GcPdfDocument object owning this PageContentStreamCollection collection.
public GcPdfDocument Doc { get; }
Gets the last PageContentStreamCollection in the collection.
public PageContentStream Last { get; }
Gets the Page object owning this PageContentStreamCollection collection.
public Page Owner { get; }
Creates a new PageContentStream and adds it to this PageContentStream.
public PageContentStream Add()
The newly created page.
protected override void ClearItems()
Creates a new PageContentStream and inserts it at a specific position in this PageContentStream.
public PageContentStream Insert(int index)
index
intThe position where the new page will be inserted.
The newly created page.
protected override void InsertItem(int index, PageContentStream item)
index
intitem
PageContentStreamprotected override void RemoveItem(int index)
index
intprotected override void SetItem(int index, PageContentStream item)
index
intitem
PageContentStream