'Declaration Public Overloads Function AddFile( _
ByVal filenameИмя файла.As System.String, _
ByVal compressionСжатие, которое следует применить к файлу.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
- Имя файла.
- compression
- Сжатие, которое следует применить к файлу.
Return Value
Спецификация встроенного файла для созданного внедренного файла.