open
Opens the subfile as a document, which can be passed directly to other FilterSDK interface functions.
NOTE: This method is available only when compiling with C++17 enabled.
Syntax
std::pair<std::optional<Document>, SubfileExtractInfo> open() const;
If the subfile is an external link, std::optional<Document> is empty, and the SubfileExtractInfo.external member is true.