Uses of Class
com.itextpdf.text.pdf.codec.TIFFField
-
Packages that use TIFFField Package Description com.itextpdf.text.pdf.codec -
-
Uses of TIFFField in com.itextpdf.text.pdf.codec
Fields in com.itextpdf.text.pdf.codec declared as TIFFField Modifier and Type Field Description (package private) TIFFField[]
TIFFDirectory. fields
An array of TIFFFields.Methods in com.itextpdf.text.pdf.codec that return TIFFField Modifier and Type Method Description TIFFField
TIFFDirectory. getField(int tag)
Returns the value of a given tag as a TIFFField, or null if the tag is not present.TIFFField[]
TIFFDirectory. getFields()
Returns an array of TIFFFields containing all the fields in this directory.Methods in com.itextpdf.text.pdf.codec with parameters of type TIFFField Modifier and Type Method Description int
TIFFField. compareTo(TIFFField o)
Compares thisTIFFField
with anotherTIFFField
by comparing the tags.(package private) static int
TiffImage. getDpi(TIFFField fd, int resolutionUnit)
-