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

PdfHtmlParams. More...

#include <pdfix.h>

Public Member Functions

 _PdfHtmlParams ()

Public Attributes

PdfHtmlFlags flags
int width
PdfHtmlType type
PdfImageParams image_params

Detailed Description

PdfHtmlParams.

Html conversion parameters.

Constructor & Destructor Documentation

◆ _PdfHtmlParams()

_PdfHtmlParams::_PdfHtmlParams ( )
inline

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).