ImageGearJava Project > com.accusoft.imagegear.formats.tif Package > ImGearTIFFMetadata Class : getDotRange Method |
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the DotRange tag. The tag specifies the component values that correspond to a 0% dot and 100% dot. DotRange[0] corresponds to a 0% dot, and DotRange[1] corresponds to a 100% dot.
public int[] getDotRange() |
See the TIFF 6.0 specification for tag usage details.