WebConvertOptions class
Leave feedback
On this page
Options for conversion to Web file type.
public class WebConvertOptions : CommonConvertOptions<WebFileType>, IZoomConvertOptions
name | description |
---|---|
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. |
- namespace GroupDocs.Conversion.Options.Convert
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.