1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Load
  6. /
  7. WebLoadOptions

WebLoadOptions class

Options for loading web documents.

public class WebLoadOptions : LoadOptions, IPageNumberingLoadOptions, IResourceLoadingOptions

Public Members

namedescription
WebLoadOptions()Initializes new instance of WebLoadOptions class.
BasePath { get; set; }The base path/url for the html
ConfigureHeaders { get; set; }Action for configuration of the request headers. First parameter of the action is the Uri.
CredentialsProvider { get; set; }Credentials provider for the Uri.
CustomCssStyle { get; set; }Sets custom CSS style for the HTML document. This style will be applied to the document’s <head> tag. It helps to customize the document’s rendering during conversion.
Encoding { get; set; }Get or sets the encoding to be used when loading the web document. If the property is null the encoding will be determined from document character set attribute
Format { get; set; }Input document file type.
HtmlRenderingMode { get; set; }Controls how HTML content is rendered. Default: AbsolutePositioning
PageLayoutOptions { get; set; }Specifies the page layout options when loading web documents.
PageNumbering { get; set; }Enable or disable generation of page numbering in converted document. Default: false
ResourceLoadingTimeout { get; set; }Timeout for loading external resources
SkipExternalResources { get; set; }Implements SkipExternalResources
UsePdf { get; set; }Use pdf for the conversion. Default: false
WhitelistedResources { get; set; }Implements WhitelistedResources
Zoom { get; set; }Specifies the zoom level as a percentage. The zoom level is applied to the document’s <body> tag before conversion, scaling the document’s visual appearance. A value of 100% represents the original size. The default value is 100.

See Also