Uses of Class
com.realobjects.pdfreactor.Configuration.OutputFormat
Packages that use Configuration.OutputFormat
-
Uses of Configuration.OutputFormat in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.OutputFormatModifier and TypeMethodDescriptionThe height of the output in pixels (image formats only).Configuration.OutputFormat.setMultiImage
(Boolean value) Indicates whether the image output will be written into one separate image per page.Configuration.OutputFormat.setPixelDensity
(Integer value) The pixel density of the output (image formats only).Configuration.OutputFormat.setPixelDensityUnit
(Configuration.ResolutionUnit pixelDensityUnit) The unit of the pixel density.Configuration.OutputFormat.setType
(Configuration.OutputType value) The output format.The with of the output in pixels (image formats only).Methods in com.realobjects.pdfreactor with parameters of type Configuration.OutputFormatModifier and TypeMethodDescriptionfinal Configuration
Configuration.setOutputFormat
(Configuration.OutputFormat value) Sets theConfiguration.OutputFormat
.