[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileSpecification.RelatedFileCollection

FileSpecification.RelatedFileCollection Class

Represents a collection of FileSpecification.RelatedFile objects.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class FileSpecification.RelatedFileCollection : OwnedCollection<FileSpecification.RelatedFile>, IList<FileSpecification.RelatedFile>, ICollection<FileSpecification.RelatedFile>, IReadOnlyList<FileSpecification.RelatedFile>, IReadOnlyCollection<FileSpecification.RelatedFile>, IEnumerable<FileSpecification.RelatedFile>, IOwnedObject, IList, ICollection, IEnumerable
Public Class FileSpecification.RelatedFileCollection
    Inherits OwnedCollection(Of FileSpecification.RelatedFile)
    Implements IList(Of FileSpecification.RelatedFile), ICollection(Of FileSpecification.RelatedFile), IReadOnlyList(Of FileSpecification.RelatedFile), IReadOnlyCollection(Of FileSpecification.RelatedFile), IEnumerable(Of FileSpecification.RelatedFile), IOwnedObject, IList, ICollection, IEnumerable

Properties

Name Description
Owner

Gets the FileSpecification.FileInfo object owning this collection.

Methods

Name Description
OnChanged()

Called when collection is changed, sets Changed to true.