←Select platform

EmbedCSS Property

Summary

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

Syntax
C#
Objective-C
C++/CLI
Python
public bool EmbedCSS { get; set; } 
@property (nonatomic, assign) BOOL embedCSS; 
public:  
   property bool EmbedCSS 
   { 
      bool get() 
      void set(bool value) 
   } 
EmbedCSS # get and set (HtmlDocumentOptions) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

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