com.moodysalem.phantomjs.wrapper.enums.RenderFormat Maven / Gradle / Ivy
The newest version!
package com.moodysalem.phantomjs.wrapper.enums;
/**
* The render formats supported by the PhantomJS binaries
*/
public enum RenderFormat {
PDF, PNG, JPEG, BMP, PPM, GIF
}