ImageOptions

data class ImageOptions(var imageType: ImageType = ImageType.JPG, var imageColorMode: ImageColorMode = ImageColorMode.COLOR, var imageScaling: Float = 1.0f, var pathEnhance: Boolean = false, var pageRanges: String = "")

Constructors

Link copied to clipboard
constructor(imageType: ImageType = ImageType.JPG, imageColorMode: ImageColorMode = ImageColorMode.COLOR, imageScaling: Float = 1.0f, pathEnhance: Boolean = false, pageRanges: String = "")

Properties

Link copied to clipboard

Specify the image color mode of the image file.

Link copied to clipboard

Specify the image scaling of the image file.

Link copied to clipboard

Specify the image type of the image file.

Link copied to clipboard

Page ranges to convert.

Link copied to clipboard

Whether to enhance the image path.