Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Structure Namespace / Element Class / GetImages Method

In This Topic
    GetImages Method (Element)
    In This Topic
    Returns the list of GrapeCity.Documents.Pdf.PdfImageInfo objects associated with the current element.
    Syntax
    'Declaration
     
    Public Function GetImages() As System.Collections.Generic.IList(Of PdfImageInfo)
    public System.Collections.Generic.IList<PdfImageInfo> GetImages()

    Return Value

    The list of images associated with this element.
    See Also