HtmlToPdfVariableElement(String, String) | Creates a HTML string to PDF converter element that will be rendered at the (0,0) location in PDF page using a base URL to resolve the external resources. The width of element in PDF page is the available width in PDF page and the height is auto determined. |
HtmlToPdfVariableElement(String, String, String) | Creates a HTML string to PDF converter element that will be rendered at the (0,0) location in PDF page using a base URL to resolve the external resources and a document URL to resolve the internal links. The width of element in PDF page is the available width in PDF page and the height is auto determined. |
HtmlToPdfVariableElement(Single, Single, String, String) | Creates a HTML string to PDF converter element at the specified x and y coordinates in PDF page using a base URL to resolve the external resources. The width of element in PDF page is the available width in PDF page and the height is auto determined. |
HtmlToPdfVariableElement(Single, Single, Single, String, String) | Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width using a base URL to resolve the external resources. The height in PDF is auto determined. |
HtmlToPdfVariableElement(Single, Single, String, String, String) | Creates a HTML string to PDF converter element at the specified x and y coordinates in PDF page using a base URL to resolve the external resources and a document URL to resolve the internal links. The width of element in PDF page is the available width in PDF page and the height is auto determined. |
HtmlToPdfVariableElement(Single, Single, Single, Single, String, String) | Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width and height using a base URL to resolve the external resources. |
HtmlToPdfVariableElement(Single, Single, Single, String, String, Int32) | Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width using a base URL to resolve the external resources. The height in PDF is auto determined. The virtual browser width in pixels is specified by the htmlViewerWidth parameter. |
HtmlToPdfVariableElement(Single, Single, Single, String, String, String) | Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width using a base URL to resolve the external resources and a document URL to resolve the internal links. The height in PDF is auto determined. |
HtmlToPdfVariableElement(Single, Single, Single, Single, String, String, String) | Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width and height using a base URL to resolve the external resources and a document URL to resolve the internal links. |
HtmlToPdfVariableElement(Single, Single, Single, String, String, String, Int32) | Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width using a base URL to resolve the external resources and a document URL to resolve the internal links. The height in PDF is auto determined. The virtual browser width in pixels is specified by the htmlViewerWidth parameter. |
HtmlToPdfVariableElement(Single, Single, Single, Single, String, String, Int32, Int32) | Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width and height using a base URL to resolve the external resources. The virtual browser width and height in pixels is specified by the htmlViewerWidth and htmlViewerHeight parameters. |
HtmlToPdfVariableElement(Single, Single, Single, Single, String, String, String, Int32, Int32) | Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width and height using a base URL to resolve the external resources and a document URL to resolve the internal links. The virtual browser width and height in pixels is specified by the htmlViewerWidth and htmlViewerHeight parameters. |