DS.Documents.Html Assembly / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class

In This Topic
GcHtmlRenderer Class Methods
In This Topic

For a list of all members of this type, see GcHtmlRenderer members.

Public Methods
 NameDescription
Public MethodApplies a GcImaging license key to use by the current instance of GcHtmlRenderer.

Up to five images can be created without a license.

 
Public MethodApplies a GcPdf license key to use by the current instance of GcHtmlRenderer.

Up to five PDFs can be created without a license.

 
Public MethodClean up any resources being used.  
Public MethodRenders the source HTML to an existing GrapeCity.Documents.Imaging.GcBitmap.  
Public MethodOverloaded. Creates a JPEG image from the source HTML and saves it to a specified stream.  
Public MethodOverloaded. Creates a PDF document from the source HTML and saves it to a specified stream.  
Public MethodOverloaded. Creates a PNG image from the source HTML and saves it to a specified stream.  
Public Methodstatic (Shared in Visual Basic)Sets a GcImaging license key to use by all instances of GcHtmlRenderer.

Up to five images can be created without a license.

 
Public Methodstatic (Shared in Visual Basic)Sets a GcPdf license key to use by all instances of GcHtmlRenderer.

Up to five PDFs can be created without a license.

 
Top
See Also