Uses of Enum Class
com.datalogics.PDFL.ImageType
Packages that use ImageType
-
Uses of ImageType in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return ImageTypeModifier and TypeMethodDescriptionstatic ImageTypeReturns the enum constant of this class with the specified name.static ImageType[]ImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type ImageTypeModifier and TypeMethodDescriptionvoidSave an image into a particular file format with default parameters for saving.voidImage.save(String imagefilename, ImageType imageType, ImageSaveParams saveparams) Save an image into a particular file format with the given parameters for saving.voidSave the images in the collection to the specified file and image type.voidImageCollection.save(String filename, ImageType type, ImageSaveParams saveparams) Save the images in the collection to the specified file and image type.