Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageContentStreamCollection Class
Members

In This Topic
    PageContentStreamCollection Class
    In This Topic
    Defines collection of PageContentStream objects.
    Object Model
    PageContentStreamCollection Class
    Syntax
    'Declaration
     
    Public Class PageContentStreamCollection 
       Inherits GrapeCity.Documents.Common.OwnedCollectionBase(Of PageContentStream)
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class PageContentStreamCollection : GrapeCity.Documents.Common.OwnedCollectionBase<PageContentStream>, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
             GrapeCity.Documents.Pdf.PageContentStreamCollection

    See Also