VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfEmbeddedFileSpecification Class / PdfEmbeddedFileSpecification Constructors / PdfEmbeddedFileSpecification Constructor(String,PdfEmbeddedFile)
Syntax Requirements SeeAlso
In This Topic
    PdfEmbeddedFileSpecification Constructor(String,PdfEmbeddedFile)
    In This Topic
    Initializes a new instance of the PdfEmbeddedFileSpecification class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal filename
    The name of embedded file.
    As System.String, _
    ByVal embeddedFile
    The embedded file.
    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
    The name of embedded file.
    embeddedFile
    The embedded file.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also