LoadOptions.UseCache Property

Gets or sets the value indicating whether it is allowed to use cache.

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

Syntax

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

Property Value

Type: Boolean
true if it is allowed to use cache; otherwise, false.

Remarks

Default value: true.

See Also