public static class Configuration.OutputFormat extends Object
A type containing output data.
Constructor and Description |
---|
OutputFormat() |
OutputFormat(Configuration.OutputType type,
int width,
int height,
Boolean multiImage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.OutputFormat |
setHeight(Integer value)
The height of the output in pixels (image formats only).
|
Configuration.OutputFormat |
setMultiImage(Boolean value)
Indicates whether the image output will be paginated into multiple images.
|
Configuration.OutputFormat |
setType(Configuration.OutputType value)
The output format.
|
Configuration.OutputFormat |
setWidth(Integer value)
The with of the output in pixels (image formats only).
|
public OutputFormat()
@Deprecated public OutputFormat(Configuration.OutputType type, int width, int height, Boolean multiImage)
public Configuration.OutputFormat setType(Configuration.OutputType value)
The output format. See Configuration.OutputType
constants.
Configuration.OutputFormat
instance.public Configuration.OutputFormat setWidth(Integer value)
The with of the output in pixels (image formats only). Values <1 will be computed based on the specified height and the aspect ratio of the input document.
Configuration.OutputFormat
instance.public Configuration.OutputFormat setHeight(Integer value)
The height of the output in pixels (image formats only). Values <1 will be computed based on the specified width and the aspect ratio of the input document.
Configuration.OutputFormat
instance.public Configuration.OutputFormat setMultiImage(Boolean value)
Indicates whether the image output will be paginated into multiple images.
Configuration.OutputFormat
instance.This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.