Class ImageCompressionOptions
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The base class for options for images produced during PDF to image conversion.
public class ImageCompressionOptions
- Inheritance
-
ImageCompressionOptions
- Derived
- Inherited Members
Remarks
The image compression options are a part of the options specified by an object of the PdfDrawOptions type.
The Convert PDF to image in C# and VB.NET article shows how to save PDF pages as PNG, JPG, or TIFF images.
Check out the other articles and code samples on the PDF to image page.
Properties
- BitsPerPixel
Get the number of bits per pixel of the opaque image.
Methods
- CreateJpeg()
Creates options for JPEG images.
- CreatePng()
Creates options for PNG images.
- CreateTiff()
Creates options for TIFF images.
- CreateUncompressed()
Creates options for uncompressed raster bytes.