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.Fields in com.itextpdf.io.codec declared as TIFFFieldModifier and TypeFieldDescription(package private) TIFFField[]TIFFDirectory.fieldsAn array of TIFFFields.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 -
Uses of TIFFField in com.itextpdf.io.image
Methods in com.itextpdf.io.image with parameters of type TIFFField