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.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public bool ProduceOnlyHtmlBody { get; set; }
Public Property ProduceOnlyHtmlBody As Boolean
Get
Set
Property Value
BooleanRemarks
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