ImageCompressionOptions.CreateUncompressed Method

Creates options for uncompressed raster bytes.

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

Syntax

C#
public static UncompressedRasterOptions CreateUncompressed()
VB
Public Shared Function CreateUncompressed As UncompressedRasterOptions

Return Value

Type: UncompressedRasterOptions
The newly created options for uncompressed raster bytes.

Remarks

The raster bytes will use RGB color space. Depending on the value of the BackgroundColor property, the bytes can also contain an alpha channel.

Depending on the presence of an alpha channel, the bytes are either in RGB or in RGBA format.

See Also