Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileSpecification.FileInfo Class / RelatedFiles Property

In This Topic
    RelatedFiles Property
    In This Topic
    Gets the collection of related files, see PDF Specification for details.
    Syntax
    'Declaration
     
    Public ReadOnly Property RelatedFiles As FileSpecification.RelatedFileCollection
    public FileSpecification.RelatedFileCollection RelatedFiles {get;}
    See Also