Aspose::Pdf::Facades::PdfExtractor::GetNextImage método
Contenido
[
Ocultar
]PdfExtractor::GetNextImage(const System::SharedPtr<System::IO::Stream>&) method
Recupera la siguiente imagen del archivo PDF y la almacena en un flujo.
bool Aspose::Pdf::Facades::PdfExtractor::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | Flujo donde se guardarán los datos de la imagen |
ReturnValue
True en caso de que la imagen se extraiga correctamente.
Ver también
- Typedef SharedPtr
- Class Stream
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfExtractor::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method
Recupera la siguiente imagen del archivo PDF y la almacena en un flujo con el formato de imagen especificado.
bool Aspose::Pdf::Facades::PdfExtractor::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | Flujo donde se guardarán los datos de la imagen |
| formato | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | El formato de la imagen. |
ReturnValue
True en caso de que la imagen se extraiga correctamente.
Ver también
- Typedef SharedPtr
- Class Stream
- Class ImageFormat
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfExtractor::GetNextImage(const System::String&) method
Recupera la siguiente imagen del documento PDF. Note: ExtractImage debe llamarse antes de usar este método.
bool Aspose::Pdf::Facades::PdfExtractor::GetNextImage(const System::String &outputFile)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | Archivo donde se almacenará la imagen |
ReturnValue
True si la imagen se extrae correctamente
Ver también
- Class String
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfExtractor::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method
Recupera la siguiente imagen del documento PDF con el formato de imagen especificado. Note: ExtractImage debe llamarse antes de usar este método.
bool Aspose::Pdf::Facades::PdfExtractor::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | Archivo donde se almacenará la imagen |
| formato | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | El formato de la imagen. |
ReturnValue
True si la imagen se extrae correctamente
Ver también
- Class String
- Typedef SharedPtr
- Class ImageFormat
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++