Method CreateJpeg
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateJpeg()
Creates options for JPEG images.
public static JpegImageCompressionOptions CreateJpeg()
Returns
- JpegImageCompressionOptions
The newly created options for JPEG images.
Remarks
The image will use RGB color space. The image won't include an alpha channel, no matter what is the value of the /// BackgroundColor property.
Check the Convert PDF to image in C# and VB.NET and Convert PDF to JPG in .NET articles for examples of using this method.