ImageCompressionOptions Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > ImageCompressionOptions Class
The base class for options for images produced during PDF to image conversion.

Inheritance Hierarchy

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class ImageCompressionOptions
VB
Public Class ImageCompressionOptions

The ImageCompressionOptions type exposes the following members.

Properties

  NameDescription
Public propertyBitsPerPixel
Get the number of bits per pixel of the opaque image.
Public propertyFormat
Gets the image format to use while saving an image of a PdfPage.

Methods

  NameDescription
Public methodStatic memberCreateJpeg
Creates options for JPEG images.
Public methodStatic memberCreatePng
Creates options for PNG images.
Public methodStatic memberCreateTiff
Creates options for TIFF images.
Public methodStatic memberCreateUncompressed
Creates options for uncompressed raster bytes.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also