Returns the type of image extracted of a PDF document and stored in an pdfImageObject.

1 pdf.image.getType

<pdf.image.getType>
    <pdfImage /> ?
</pdf.image.getType>
Example

Obtains the type of image.

Copy
<iterator name='m_objimg' type='entry'>
 <in>
  <pdf.reader.getImages>
   <pdf.reader>
     <file type='absolute' name='src_plain.pdf' />
   </pdf.reader>
  </pdf.reader.getImages>
 </in>
 <do>
  <println>
    <pdf_image_getType>
      <m_objimg />
    </pdf_image_getType>
  </println>
 </do>
</iterator>