ImageGearJava Project > com.accusoft.imagegear.formats.tif Package > ImGearTIFFMetadata Class : getPageNumber Method |
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the PageNumber tag. The tag specifies the page number of the page from which this image was scanned. PageNumber[0] is the page number; PageNumber[1] is the total number of pages in the document. If PageNumber[1] is 0, the total number of pages in the document is not available.
public int[] getPageNumber() |
See the TIFF 6.0 specification for tag usage details.