Initializes a new instance of the PdfEmbeddedFileSpecification class
Namespace: Spire.Pdf.GeneralAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfEmbeddedFileSpecification( string fileName, Stream stream )
Public Sub New ( fileName As String, stream As Stream )
public: PdfEmbeddedFileSpecification( String^ fileName, Stream^ stream )
new : fileName : string * stream : Stream -> PdfEmbeddedFileSpecification
Parameters
- fileName
- String
Name of the file.
- stream
- Stream
The stream.