UncompressedRasterOptions Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > UncompressedRasterOptions Class
The options for uncompressed raster bytes produced during PDF to image conversion.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.ImageCompressionOptions
    BitMiracle.Docotic.Pdf.UncompressedRasterOptions

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

Syntax

C#
public sealed class UncompressedRasterOptions : ImageCompressionOptions
VB
Public NotInheritable Class UncompressedRasterOptions
	Inherits ImageCompressionOptions

The UncompressedRasterOptions type exposes the following members.

Properties

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

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetCmyk
Sets the options to produce CMYK raster bytes.
Public methodSetGrayscale
Sets the options to produce grayscale raster bytes.
Public methodToString (Inherited from Object.)

See Also