'Declaration Public Overloads Function AddFile( _
ByVal filenameThe filename.As System.String, _
ByVal compressionThe compression that should be applied to the file.As Vintasoft.Imaging.Pdf.PdfCompression _
) As Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification
public Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification AddFile(
System.String filename,
Vintasoft.Imaging.Pdf.PdfCompression compression
)
public: Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification* AddFile(
System.String filename,
Vintasoft.Imaging.Pdf.PdfCompression compression
)
public:
Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification^ AddFile(
System.String filename,
Vintasoft.Imaging.Pdf.PdfCompression compression
)
Parameters
- filename
- The filename.
- compression
- The compression that should be applied to the file.
Return Value
Embedded file specification for created embedded file.