[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileSpecification.RelatedFile.-ctor

RelatedFile Constructor

RelatedFile(string, EmbeddedFileStream)

Initializes a new instance of the FileSpecification.RelatedFile class.

Declaration
public RelatedFile(string fileName, EmbeddedFileStream embeddedFileStream)
Public Sub New(fileName As String, embeddedFileStream As EmbeddedFileStream)
Parameters
Type Name Description
string fileName

The name of the related file.

EmbeddedFileStream embeddedFileStream

The file content.