Aspose::Pdf::FileChecker class
FileChecker class
Represents a class for checking file security.
class FileChecker
Methods
Method | Description |
---|---|
FileChecker() | |
static IsContentSafe(System::SharedPtr<System::IO::Stream>) | Checks the content of files to identify dangerous content. By checking the content, we do not allow adding dangerous content from a text file via stream. |
static IsFileExtensionSafe(System::String) | Checks file extensions. |
See Also
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++