Is there a property we can set in order to have the "Save Extracted Pages to New File" option enabled by default (see image below).
In the documentation I see that there's properties for the other 2 options:
m_cPDFView.SetProperty("Operations.ExtractPages.DeleteAfterExtract", _variant_t(1), 0);
m_cPDFView.SetProperty("Operations.ExtractPages.ExtractToFiles", _variant_t(1), 0);
However, I couldn't find a property for the "Save Extracted Pages to New File".
Any ideas would be appreciated.
Thanks.
