1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. HtmlSaveOptions
  8. /
  9. EmbedStylesheetsIntoMarkup

EmbedStylesheetsIntoMarkup

HtmlSaveOptions.EmbedStylesheetsIntoMarkup property

Controls where to store the CSS stylesheet(s): as external resources (false), or embed them into the HTML markup, inside the STYLE element in the HTML->HEAD section (true)

public bool EmbedStylesheetsIntoMarkup { get; set; }

See Also