Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / EmbeddedFiles Property

In This Topic
    EmbeddedFiles Property
    In This Topic
    Gets the dictionary of document level file attachments.
    Syntax
    'Declaration
     
    Public ReadOnly Property EmbeddedFiles As System.Collections.Generic.IDictionary(Of String,FileSpecification)
    public System.Collections.Generic.IDictionary<string,FileSpecification> EmbeddedFiles {get;}
    See Also