[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PageArticleBeadCollection

PageArticleBeadCollection Class

Represents a collection of ArticleBead objects owned by Page object.

Inheritance
PdfCollection<ArticleBead>
PageArticleBeadCollection
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class PageArticleBeadCollection : PdfOwnedCollectionBase<ArticleBead>, IList<ArticleBead>, ICollection<ArticleBead>, IReadOnlyList<ArticleBead>, IReadOnlyCollection<ArticleBead>, IEnumerable<ArticleBead>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
Public Class PageArticleBeadCollection
    Inherits PdfOwnedCollectionBase(Of ArticleBead)
    Implements IList(Of ArticleBead), ICollection(Of ArticleBead), IReadOnlyList(Of ArticleBead), IReadOnlyCollection(Of ArticleBead), IEnumerable(Of ArticleBead), IPdfArray, IList, ICollection, IEnumerable, IOwnedObject

Constructors

Name Description
PageArticleBeadCollection()

Properties

Name Description
Owner

Gets the Page object that owns this collection.

Methods

Extension Methods