PdfFileEditor.UseDiskBuffer

PdfFileEditor.UseDiskBuffer property

If this option used then destination document will be saved on disk periodically and further concatenation will appllied to it as incremental updates.

public bool UseDiskBuffer { get; set; }

See Also