Método Aspose::Pdf::FileChecker::IsContentSafe
FileChecker::IsContentSafe method
Comprueba el contenido de los archivos para identificar contenido peligroso. Al comprobar el contenido, no permitimos agregar contenido peligroso desde un archivo de texto mediante flujo.
static bool Aspose::Pdf::FileChecker::IsContentSafe(const System::SharedPtr<System::IO::Stream> &stream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const System::SharedPtr<System::IO::Stream>& | El flujo de contenido. |
ReturnValue
True if check passed.
Ver también
- Typedef SharedPtr
- Class Stream
- Class FileChecker
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++