PdfCache.Enabled Property

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: Boolean
true if this cache is enabled; otherwise, false.

See Also