JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.itextpdf.io.codec.TIFFField
Packages that use
TIFFField
Package
Description
com.itextpdf.io.codec
Uses of
TIFFField
in
com.itextpdf.io.codec
Methods in
com.itextpdf.io.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.io.codec
with parameters of type
TIFFField
Modifier and Type
Method
Description
int
TIFFField.
compareTo
(
TIFFField
o)
Compares this
TIFFField
with another
TIFFField
by comparing the tags.