Aspose::Pdf::Document::MergeOptions::get_UseDiskBuffer method

MergeOptions::get_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.

bool Aspose::Pdf::Document::MergeOptions::get_UseDiskBuffer() const

Remarks

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

See Also