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

In This Topic
    AssociatedFiles Property (GcPdfDocument)
    In This Topic
    Gets the collection of embedded files associated with whole document. Typically it is used to identify which embedded file was the source of the PDF document.
    Syntax
    'Declaration
     
    Public ReadOnly Property AssociatedFiles As AssociatedFiles
    public AssociatedFiles AssociatedFiles {get;}
    See Also