Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileSpecification.RelatedFileCollection Class / FileSpecification.RelatedFileCollection Constructor

In This Topic
    FileSpecification.RelatedFileCollection Constructor
    In This Topic
    Initializes a new instance of the FileSpecification.RelatedFileCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As FileSpecification.FileInfo _
    )
    public FileSpecification.RelatedFileCollection( 
       FileSpecification.FileInfo owner
    )

    Parameters

    owner
    See Also