WebLoadOptions

WebLoadOptions class

Options for loading web documents.

public class WebLoadOptions : LoadOptions, IResourceLoadingOptions

Constructors

Name Description
WebLoadOptions() Initializes new instance of WebLoadOptions class.

Properties

Name Description
BasePath { get; set; } The base path/url for the html
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.
Format { get; } Input document file type.
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

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also