HtmlConversionOptions.FillMetadata Property

Gets the value indicating whether the conversion should fill metadata fields in the produced PDF using the title and other information from the HTML.

Namespace:  BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:  BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)

Syntax

C#
public bool FillMetadata { get; set; }
VB
Public Property FillMetadata As Boolean
	Get
	Set

Property Value

Type: Boolean
true if the conversion should fill metadata fields in the produced PDF using the title and other information from the HTML; otherwise, false.

Remarks

Default value: true.

The library reads title tag and the content of meta tags to fill the metadata fields.

HTML entityPDF property
titleTitle
meta name="author"Author
meta name="description" or meta property="og:description"Subject
meta name="keywords"Keywords

See Also