VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfEmbeddedFileSpecification Class / PdfEmbeddedFileSpecification Constructors / PdfEmbeddedFileSpecification Constructor(String,PdfEmbeddedFile)
Синтаксис Требования Смотрите также
В этом разделе
    PdfEmbeddedFileSpecification Constructor(String,PdfEmbeddedFile)
    В этом разделе
    Инициализирует новый экземпляр класса PdfEmbeddedFileSpecification.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal filename
    Имя встроенного файла.
    As System.String, _
    ByVal embeddedFile
    Внедренный файл.
    As PdfEmbeddedFile _
    )
    public PdfEmbeddedFileSpecification(
    System.String filename,
    PdfEmbeddedFile embeddedFile
    )
    public: PdfEmbeddedFileSpecification(
    System.String filename,
    PdfEmbeddedFile* embeddedFile
    )
    public:
    PdfEmbeddedFileSpecification(
    System.String filename,
    PdfEmbeddedFile^ embeddedFile
    )

    Parameters

    filename
    Имя встроенного файла.
    embeddedFile
    Внедренный файл.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также