Package | Description |
---|---|
com.itextpdf.text.pdf.codec |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
TIFFField.compareTo(TIFFField o)
Compares this
TIFFField with another
TIFFField by comparing the tags. |
Copyright © 2014. All rights reserved.