'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, _
ByVal compressionSettingsThe compression settings.As Vintasoft.Imaging.Pdf.PdfCompressionSettings _
) As Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification
public Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification AddFile(
System.String filename,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings compressionSettings
)
Parameters
- filename
- The filename.
- compression
- The compression that should be applied to the file.
- compressionSettings
- The compression settings.
Return Value
Embedded file specification for created embedded file.