UseFileCaching Property (C1PdfDocumentBase)
In This Topic
Gets or sets a value indicating whether to use temporary disk files to minimize memory usage. The default is false.
Syntax
'Declaration
Public Property UseFileCaching As Boolean
public bool UseFileCaching {get; set;}
See Also