Class JpegImageCompressionOptions
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The compression options for JPEG images produced during PDF to image conversion.
public sealed class JpegImageCompressionOptions : ImageCompressionOptions
- Inheritance
-
JpegImageCompressionOptions
- Inherited Members
Remarks
The Convert PDF to JPG in .NET article shows how to save PDF pages as JPG images.
Check out the other articles and code samples on the PDF to image page.
Properties
- ComputeOptimalTables
Gets or sets a value indicating whether to compute optimal Huffman coding tables for the produced JPEG image.
- Quality
Gets the JPEG compression quality.
Methods
- SetCmyk()
Sets the options to produce CMYK images.
- SetGrayscale()
Sets the options to produce grayscale images.
- SetQuality(int)
Sets the JPEG compression quality.