mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
xps in memory
This commit is contained in:
@ -49,6 +49,11 @@ bool CDjVuFile::LoadFromFile(const std::wstring& file, const std::wstring& optio
|
||||
|
||||
return false;
|
||||
}
|
||||
bool CDjVuFile::LoadFromMemory(BYTE* data, DWORD length, const std::wstring& options,
|
||||
const std::wstring& owner_password, const std::wstring& user_password)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void CDjVuFile::Close()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user