Link Search Menu Expand Document

HTMLExtractorOutputImageFormat Property

Defines format for output images. Default is PNG (with transparency). If you do NOT need the transparency support and want to have smaller image sizes (so the page will load faster) then set this property to OutputImageFormat.JPEG.

Namespace:Bytescout.PDF2HTML
Assembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
public OutputImageFormat OutputImageFormat { get; set; }

Property Value

Type: OutputImageFormat

Implements

IHTMLExtractorOutputImageFormat
See Also

Reference