PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / UseFileCaching Property

In This Topic
    UseFileCaching Property (C1PdfDocument)
    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