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

In This Topic
    GetImages Method (ContentItem)
    In This Topic
    Gets the list of images associated with the current content item.
    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.
    See Also