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

In This Topic
    ContentItemLinkCollection Class
    In This Topic
    Represents a collection of ContentItemLink objects.
    Object Model
    ContentItemLinkCollection Class
    Syntax
    'Declaration
     
    Public Class ContentItemLinkCollection 
       Inherits GrapeCity.Documents.Common.OwnedCollection(Of ContentItemLink)
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class ContentItemLinkCollection : GrapeCity.Documents.Common.OwnedCollection<ContentItemLink>, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

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

    See Also