ExpertPdf Html to Pdf Converter Library
ConverterUtils Class
NamespacesExpertPdf.HtmlToPdfConverterUtils
ExpertPdf Html to Pdf Converter Library
HTML converter utilities
Declaration Syntax
C#Visual BasicVisual C++
public class ConverterUtils
Public Class ConverterUtils
public ref class ConverterUtils
Members
All MembersConstructorsMethods



IconMemberDescription
ConverterUtils()()()()
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetHtmlFromURL(String)
Get the HTML code from the specified URL. Use the autodetermined page encoding to create the resulted string object. The default code page is UTF8 if the page has no encoding specified

GetHtmlFromURL(String, Encoding)
Get the HTML code from the specified URL. Use the specified page encoding to create the resulted string object.

GetHtmlFromURL(HttpWebRequest, Encoding)

GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RenderHtmlFromURL(String, Boolean, Boolean, Boolean, Boolean, Boolean)
Retrieves the HTML code from a URL and executes the JavaScript code. The GetHtmlFromURL only retrieves the HTML code as returned by the server

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ConverterUtils

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)