Click or drag to resize

PdfMetamorphosisHtmlSetting Class

Set options necessary for HTML to PDF conversion, such as BaseUrl etc.
Inheritance Hierarchy
SystemObject
  SautinSoftPdfMetamorphosisHtmlSetting

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
public class HtmlSetting

The PdfMetamorphosisHtmlSetting type exposes the following members.

Constructors
 NameDescription
Public methodPdfMetamorphosisHtmlSetting Creates an instance of the PdfMetamorphosisHtmlSetting object
Top
Properties
 NameDescription
Public propertyCode exampleBaseUrl The part of document’s URL preceding its name. Default value: Empty.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also