Table of Contents

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.