WebConvertOptions class

WebConvertOptions class

Options for conversion to Web file type.

The WebConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of WebConvertOptions.

Properties

Property Description
embed_font_resources The property indicates whether to embed font resources within the main HTML. Default is False.
fixed_layout The fixed layout flag determines whether a fixed layout will be used, e.g., absolutely positioned HTML elements.
fixed_layout_show_borders The page borders are shown when converting to fixed layout. Default is True.
use_pdf The UsePdf option.
zoom The zoom level in percentage. Default is 100.
page_number (inherited from CommonConvertOptions)
pages (inherited from CommonConvertOptions)
pages_count (inherited from CommonConvertOptions)
watermark (inherited from CommonConvertOptions)

See Also