Gets or sets a value indicating whether this
PdfCache is enabled.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Enabled { get; set; }
VB
Public Property Enabled As Boolean
Get
Set
Property Value
Type:
Booleantrue if this cache is enabled; otherwise,
false.
See Also