public class OriginalSize extends Object
Represents original page size. Used only for comparing image with different formats.
OriginalSize()
int
getHeight()
getWidth()
void
setHeight(int value)
setWidth(int value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OriginalSize()
public final int getHeight()
Height of original document
public final int getWidth()
Width of original document
public final void setHeight(int value)
public final void setWidth(int value)
Copyright © 2020. All rights reserved.