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

In This Topic
    PageArticleBeadCollection Class
    In This Topic
    Represents a collection of GrapeCity.Documents.Pdf.Articles.ArticleBead objects owned by Page object.
    Object Model
    PageArticleBeadCollection Class
    Syntax
    'Declaration
     
    Public Class PageArticleBeadCollection 
       Inherits GrapeCity.Documents.Common.OwnedCollectionBase(Of ArticleBead)
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class PageArticleBeadCollection : GrapeCity.Documents.Common.OwnedCollectionBase<ArticleBead>, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

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

    See Also