Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileSpecification.RelatedFileCollection Class
Members

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

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

    See Also