Document Solutions for Imaging
DS.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class
Members

In This Topic
    GcHtmlRenderer Class
    In This Topic
    Provides methods for converting HTML to PDF and images.

    This class is deprecated as of GcHtml v6.0.0. While old code that uses this and related classes will continue to work, it is recommended to switch to using the new GcHtmlBrowser class instead. For information on how to convert existing code please see documentation at https://www.grapecity.com/documents-api-pdf/docs/online/render_html_to_pdf.html and https://www.grapecity.com/documents-api-imaging/docs/online/render_html_to_image.html.

    Note that the 3 platform-specific packages (GrapeCity.Documents.Html.Windows.X64, GrapeCity.Documents.Html.Linux.X64 and GrapeCity.Documents.Html.Mac.X64) are no longer needed and should be removed from your projects even if you do not convert your code to using GcHtmlBrowser.
    Object Model
    GcHtmlRenderer Class
    Syntax
    'Declaration
     
    Public Class GcHtmlRenderer 
    public class GcHtmlRenderer 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Html.GcHtmlRenderer

    See Also