Property FillMetadata
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
FillMetadata
Gets or sets the value indicating whether the conversion should fill metadata fields in the produced PDF using the title and other information from the HTML.
public bool FillMetadata { get; set; }
Property Value
- bool
true
if the conversion should fill metadata fields in the produced PDF using the title and other information from the HTML; otherwise,false
.