[]
Represents a collection of ArticleBead objects owned by Page object.
public class PageArticleBeadCollection : PdfOwnedCollectionBase<ArticleBead>, IList<ArticleBead>, ICollection<ArticleBead>, IReadOnlyList<ArticleBead>, IReadOnlyCollection<ArticleBead>, IEnumerable<ArticleBead>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
public PageArticleBeadCollection()
Gets the Page object that owns this collection.
public Page Owner { get; }
protected override void ClearItems()
protected override void InsertItem(int index, ArticleBead item)
index
intitem
ArticleBeadprotected override void RemoveItem(int index)
index
intprotected override void SetItem(int index, ArticleBead item)
index
intitem
ArticleBead