PDFix SDK  7.2.0
Loading...
Searching...
No Matches
_PdfHtmlParams Struct Reference

PdfHtmlParams. More...

#include <pdfix.h>

Public Attributes

PdfHtmlFlags flags
 
int width
 
PdfHtmlType type
 
PdfImageParams image_params
 

Detailed Description

PdfHtmlParams.

Html conversion parameters.

Member Data Documentation

◆ flags

PdfHtmlFlags _PdfHtmlParams::flags

Combination of PdfHtmlFlags to modify html output.

◆ image_params

PdfImageParams _PdfHtmlParams::image_params

Image params specifying format and quality of the images used for html conversion. Available formats are JPEG and PNG.

◆ type

PdfHtmlType _PdfHtmlParams::type

HTML layout defined as PdfHtmlType.

◆ width

int _PdfHtmlParams::width

Rendered width of the page in pixels (defies rendering output quality).