Winnovative HTML to PDF Converter Library for .NET
HtmlToPdfArea Constructor
NamespacesWinnovative.WnvHtmlConvertHtmlToPdfAreaHtmlToPdfArea()()()()
Winnovative HTML to PDF Converter Library for .NET
Members
IconMemberDescription
HtmlToPdfArea(String, String)
Creates a HTML string to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (0,0) coordinate and having the width equal to PDF page width. The converter is using the default values for the HTML viewer width and height. The HTML string to convert is given by the htmlStringToConvert parameter.

HtmlToPdfArea(String)
Creates an URL to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (0,0) coordinate and having the width equal to PDF page width. The URL to convert is given by the urlToConvert parameter. The converter is using the default values for HTML viewer width and height.

HtmlToPdfArea(Single, Single, String, String)
Creates a HTML string to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (x,y) coordinate and having the width equal to the available width in PDF page. The converter is using the default values for the HTML viewer width and height. The HTML string to convert is given by the htmlStringToConvert parameter.

HtmlToPdfArea(Single, Single, String)
Creates an URL to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (x,y) coordinate and having the width equal to the available width in PDF page. The URL to convert is given by the urlToConvert parameter. The converter is using the default values for HTML viewer width and height.

HtmlToPdfArea(Single, Single, Single, String, String)
Creates a HTML string to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (x,y) coordinate and having the width equal to the width specified as parameter. The converter is using the default values for the HTML viewer width and height. The HTML string to convert is given by the htmlStringToConvert parameter.

HtmlToPdfArea(Single, Single, Single, String)
Creates an URL to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (x,y) coordinate and having the width equal to the width specified as parameter. The URL to converter is given by the urlToConvert parameter. The converter is using the default values for HTML viewer width and height.

HtmlToPdfArea(Single, Single, Single, String, String, Int32)
Creates a HTML string to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (x,y) coordinate and having the width equal to the width specified as parameter. The HTML string to convert is given by the htmlStringToConvert parameter. The converter is using the specified value for HTML viewer width and the default value for the HTML viewer height.

HtmlToPdfArea(Single, Single, Single, String, Int32)
Creates an URL to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (x,y) coordinate and having the width equal to the width specified as parameter. The URL to converter is given by the urlToConvert parameter. The converter is using the value specified as parameter for HTML viewer width and the default value for the HTML viewer height.

HtmlToPdfArea(Single, Single, Single, String, String, Int32, Int32)
Creates a HTML string to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (x,y) coordinate and having the width equal to the width specified as parameter. The HTML string to convert is given by the htmlStringToConvert parameter. The converter is using the values specified as parameters for HTML viewer width and height.

HtmlToPdfArea(Single, Single, Single, Single, String, String, Int32, Int32)
Creates a HTML string to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (x,y) coordinate and having the width and height equal to the width and height specified as parameters. The HTML string to convert is given by the htmlStringToConvert parameter. The converter is using the values specified as parameters for HTML viewer width and height.

HtmlToPdfArea(Single, Single, Single, String, Int32, Int32)
Creates an URL to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (x,y) coordinate and having the width equal to the width specified as parameter. The URL to converter is given by the urlToConvert parameter. The converter is using the values specified as parameters for HTML viewer width and height.

HtmlToPdfArea(Single, Single, Single, Single, String, Int32, Int32)
Creates an URL to PDF converter element and places the rendered PDF content inside a rectangle with the top left corner at (x,y) coordinate and having the width and height equal to the width and height specified as parameters. The URL to converter is given by the urlToConvert parameter. The converter is using the values specified as parameters for HTML viewer width and height.

Assembly: Winnovative.WnvHtmlConvert (Module: Winnovative.WnvHtmlConvert) Version: 7.0.0.0 (7.0.0.0)