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ámetroTipoDescripción
flujoconst System::SharedPtr<System::IO::Stream>&El flujo de contenido.

ReturnValue

True if check passed.

Ver también