Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileSpecification.RelatedFile Class / FileSpecification.RelatedFile Constructor
The name of the related file.
The file content.

In This Topic
    FileSpecification.RelatedFile Constructor
    In This Topic
    Initializes a new instance of the FileSpecification.RelatedFile class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As System.String, _
       ByVal embeddedFileStream As EmbeddedFileStream _
    )
    public FileSpecification.RelatedFile( 
       System.string fileName,
       EmbeddedFileStream embeddedFileStream
    )

    Parameters

    fileName
    The name of the related file.
    embeddedFileStream
    The file content.
    See Also