←Select platform

EmbedCSS Property

Summary

Indicate whether CSS elements are to be embedded in the document.

Syntax
C#
VB
C++
public bool EmbedCSS { get; set; } 
Public Property EmbedCSS() As Boolean 
   Get 
   Set 
public:  
   property bool EmbedCSS 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to embed the CSS elements in the final document. Otherwise, false. Default value is true.

Remarks

When the value of EmbedCSS is true, the document writer will write the CSS elements directly in the header section of the HTML file. If the value is set to false, then the writer will save the CSS into a separate file and adds a reference to the relative file path in the header section.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.