HtmlDocumentImporterOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Html |
Initializes a new instance of the Html |
#Properties
Name | Description |
---|---|
Async |
Gets or sets whether images are loaded synchronously or asynchronously when importing an HTML document. |
Auto |
Gets or sets whether to enable the auto-detection of the loaded text encoding. |
Encoding | Gets or sets the encoding used to interpret characters in the document. |
Font |
Gets or sets the DPI value that will be used to scale fonts on high DPI settings. |
Ignore |
Specifies whether or not to ignore the “float” setting of HTML elements in the imported document. |
Ignore |
Gets or sets whether to ignore media rules on HTML import. |
Ignore |
Gets or sets whether the character encoding specified in the META element should be ignored. |
Image |
Gets or sets the DPI value used to scale images on high DPI settings. |
Replace |
Specifies whether or not to replace all white space characters inside the “pre” tag with non-breaking spaces. |
Source |
Gets or sets the base URI for the external content of the document.
Inherited from Document |
Update |
Overrides the corresponding property of the base class to hide it. Has no effect for HTML import. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter.
Inherited from Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
Copy |
Copies the appropriate properties of the specified object into the current instance of the Html |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all notification options to their default values.
Inherited from Rich |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
#Events
Name | Description |
---|---|
Changed |
Occurs when the options are modified.
Inherited from Rich |
See Also