Uses of Class
com.itextpdf.io.codec.TIFFField
Packages that use TIFFField
-
Uses of TIFFField in com.itextpdf.io.codec
Classes in com.itextpdf.io.codec that implement interfaces with type arguments of type TIFFFieldModifier and TypeClassDescriptionclassA class representing a field in a TIFF 6.0 Image File Directory.Methods in com.itextpdf.io.codec that return TIFFFieldModifier and TypeMethodDescriptionTIFFDirectory.getField(int tag) Returns the value of a given tag as a TIFFField, or null if the tag is not present.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