Aspose::Pdf::Forms::SignatureField::ExtractImage método

SignatureField::ExtractImage() method

Extrae la imagen de la firma como un flujo codificado en JPEG.

System::SharedPtr<System::IO::Stream> Aspose::Pdf::Forms::SignatureField::ExtractImage()

ReturnValue

Si la imagen se encontró correctamente, devuelve el objeto de flujo codificado en jpeg; de lo contrario, null.

Ver también

SignatureField::ExtractImage(const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method

Extrae la imagen de la firma como un flujo codificado.

System::SharedPtr<System::IO::Stream> Aspose::Pdf::Forms::SignatureField::ExtractImage(const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
ParámetroTipoDescripción
formatconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&Image formato para codificación.

ReturnValue

Si la imagen se encontró correctamente, devuelve el objeto encodedstream; de lo contrario, null.

Ver también