Method CreatePng
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreatePng()
Creates options for PNG images.
public static PngImageCompressionOptions CreatePng()
Returns
- 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.
Check the Convert PDF to image in C# and VB.NET article for examples of using this method.