VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfEmbeddedFileSpecification Class / EmbeddedFile Property
Syntax Requirements SeeAlso
In This Topic
    EmbeddedFile Property (PdfEmbeddedFileSpecification)
    In This Topic
    Gets or sets a PdfEmbeddedFile associated with this file specification.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property EmbeddedFile As PdfEmbeddedFile
    
    
    [Browsable(False)]
    public PdfEmbeddedFile EmbeddedFile { get; set; }
    
    
    [Browsable(False)]
    public: __property PdfEmbeddedFile* get_EmbeddedFile();
    public: __property void set_EmbeddedFile(
    PdfEmbeddedFile* value
    );
    [Browsable(False)]
    public:
    property PdfEmbeddedFile^ EmbeddedFile { PdfEmbeddedFile^ get(); void set(PdfEmbeddedFile^ value); }
    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