ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearSeekOrigin Enumeration |
Member | Description |
---|---|
BEGIN | To seek from the start of the stream. Accompanied by a positive offset. |
CURRENT | To seek from the current position in the stream. |
END | To seek from the end of the stream. Accompanied by a negative offset. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.core.ImGearSeekOrigin