ImageCompressionOptions.CreatePng Method

Creates options for PNG images.

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

Syntax

C#
public static PngImageCompressionOptions CreatePng()
VB
Public Shared Function CreatePng As PngImageCompressionOptions

Return Value

Type: PngImageCompressionOptions
The newly created options for PNG images.

Remarks

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

See Also