CPDFConvertImgOptions

class CPDFConvertImgOptions(var imageDpi: Int = 900, var imgType: ImgType = ImgType.PNG, var isContainAnnotations: Boolean = true) : CPDFConvertOptions

PDF to Image conversion parameter object (derived class of CPDFConvertOptions)

Constructors

Link copied to clipboard
constructor(imageDpi: Int = 900, imgType: ImgType = ImgType.PNG, isContainAnnotations: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard