←Select platform

HtmlEngine Property

Summary

The HTML engine to use when rendering HTML files.

Syntax
C#
VB
C++
public CodecsHtmlEngine HtmlEngine {get; set;} 
Public Property HtmlEngine() As CodecsHtmlEngine 
   Get 
   Set 
public:  
   property CodecsHtmlEngine^ HtmlEngine 
   { 
      CodecsHtmlEngine^ get() 
      void set(CodecsHtmlEngine^ value) 
   } 

Property Value

The HTML engine to use when rendering HTML files. The default value is CodecsHtmlEngine.Auto.

Remarks

Refer to CodecsHtmlEngine for more information.

Example

For an example, refer to CodecsHtmlOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly