Uses of Enum
com.pdftools.pdf2image.FaxVerticalResolution
Packages that use FaxVerticalResolution
-
Uses of FaxVerticalResolution in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image that return FaxVerticalResolutionModifier and TypeMethodDescriptionFaxImageOptions.getVerticalResolution()The vertical image resolution (Getter)static FaxVerticalResolutionReturns the enum constant of this type with the specified name.static FaxVerticalResolution[]FaxVerticalResolution.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.pdf2image with parameters of type FaxVerticalResolutionModifier and TypeMethodDescriptionvoidFaxImageOptions.setVerticalResolution(FaxVerticalResolution value) The vertical image resolution (Setter)