Uses of Class
com.itextpdf.io.codec.TIFFField
-
Packages that use TIFFField Package Description com.itextpdf.io.codec com.itextpdf.io.image -
-
Uses of TIFFField in com.itextpdf.io.codec
Fields in com.itextpdf.io.codec declared as TIFFField Modifier and Type Field Description (package private) TIFFField[]TIFFDirectory. fieldsAn array of TIFFFields.Methods in com.itextpdf.io.codec that return TIFFField Modifier and Type Method Description TIFFFieldTIFFDirectory. 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.io.codec with parameters of type TIFFField Modifier and Type Method Description intTIFFField. compareTo(TIFFField o)Compares thisTIFFFieldwith anotherTIFFFieldby comparing the tags. -
Uses of TIFFField in com.itextpdf.io.image
Methods in com.itextpdf.io.image with parameters of type TIFFField Modifier and Type Method Description private static intTiffImageHelper. getDpi(TIFFField fd, int resolutionUnit)
-