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:
Booleantrue if it is allowed to use cache; otherwise,
false.
Remarks
See Also