Click or drag to resize

HtmlSaveOptionsProduceOnlyHtmlBody Property

Gets or sets a value to produce a complete HTML document or only between between <body>...</body> tags. Default value: false.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool ProduceOnlyHtmlBody { get; set; }

Property Value

Boolean
Remarks
In case of 'True' you will get only HTML between <body>...</body> tags.
This property will be useful to merge multiply HTML documents into a single.
See Also