Indicate whether CSS elements are to be embedded in the document.
public bool EmbedCSS { get; set; }
Public Property EmbedCSS() As Boolean
Get
Set
public:
property bool EmbedCSS
{
bool get()
void set(bool value)
}
true to embed the CSS elements in the final document. Otherwise, false. Default value is true.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document