1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Convert
  6. /
  7. WebConvertOptions

WebConvertOptions class

Options for conversion to Web file type.

public class WebConvertOptions : CommonConvertOptions<WebFileType>, IZoomConvertOptions

Public Members

namedescription
WebConvertOptions()Initializes new instance of WebConvertOptions class.
EmbedFontResources { get; set; }Specifies whether to embed font resources within the main HTML. Default is false. Note: If FixedLayout is set to true, font resources will always be embedded.
FixedLayout { get; set; }If true fixed layout will be used e.g. absolutely positioned html elements Default: true
FixedLayoutShowBorders { get; set; }Show page borders when converting to fixed layout. Default is True.
UsePdf { get; set; }If true, the input firstly is converted to PDF and after that to desired format
Zoom { get; set; }Specifies the zoom level in percentage. Default is 100.

See Also