Aspose::Pdf::Document::MergeOptions::set_UseDiskBuffer method

MergeOptions::set_UseDiskBuffer method

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

void Aspose::Pdf::Document::MergeOptions::set_UseDiskBuffer(bool value)

Remarks

This option is ignored when calling a non-static merge method.

See Also