Method CreateUncompressed
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateUncompressed()
Creates options for uncompressed raster bytes.
public static UncompressedRasterOptions CreateUncompressed()
Returns
- 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.
The Convert PDF to image in C# and VB.NET article shows how to save PDF pages as PNG, JPG, or TIFF images.