DynamicPDF by ceTe Software

com.cete.dynamicpdf.imaging
Class TiffImageDataList

java.lang.Object
  extended by com.cete.dynamicpdf.imaging.TiffImageDataList

public class TiffImageDataList
extends java.lang.Object

Class represents a collection of TIFF images.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 java.util.Iterator getIterator()
          Returns an enumerator that can iterate through the TiffImageDataList.
 TiffImageData getTiffImageData(int index)
          Gets the TIFF image data at the given index.
 int size()
          Gets the number of images in the collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Gets the number of images in the collection.

Returns:
the number of images in the collection.

getIterator

public java.util.Iterator getIterator()
Returns an enumerator that can iterate through the TiffImageDataList.

Returns:
An Iterator for the entire TiffImageDataList.
See Also:
TiffImageDataList

getTiffImageData

public TiffImageData getTiffImageData(int index)
Gets the TIFF image data at the given index.

Parameters:
index - the index of the tiff image data
Returns:
the tiff image data related to the index.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software