Aspose::Pdf::Facades::PdfConverter::GetNextImage método

Contenido
[ ]

PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&) method

Guarda la imagen en un flujo con el formato de imagen predeterminado - jpeg.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El stream para guardar la imagen.

Ver también

PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&) method

Guarda la imagen en un flujo con el tamaño de página especificado.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El stream para guardar la imagen.
pageSizeconst System::SharedPtr<PageSize>&El tamaño de página de la imagen.

Ver también

PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method

Guarda la imagen en un flujo con el tamaño de página especificado.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El stream para guardar la imagen.
pageSizeconst System::SharedPtr<PageSize>&El tamaño de página de la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.

Ver también

PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t) method

Guarda la imagen en un flujo con el tamaño de página, formato de imagen y calidad especificados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t quality)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El stream para guardar la imagen.
pageSizeconst System::SharedPtr<PageSize>&El tamaño de página de la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.
calidadint32_tLa calidad del archivo Jpeg (0~100), 0 es la más baja y 100 es la más alta

Ver también

PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method

Guarda la imagen en un flujo con el formato de imagen especificado.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El stream para guardar la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.

Ver también

PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, double, double, int32_t) method

Guarda la imagen en un flujo con el formato de imagen, tamaño y calidad proporcionados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, double imageWidth, double imageHeight, int32_t quality)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El stream para guardar la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.
imageWidthdoubleEl ancho de la imagen, la unidad es píxel.
imageHeightdoubleEl alto de la imagen, la unidad es píxel.
calidadint32_tLa calidad del archivo Jpeg (0~100), 0 es la más baja y 100 es la más alta

Ver también

PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t, int32_t) method

Guarda la imagen en un flujo con el formato de imagen, tamaño y calidad proporcionados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t imageWidth, int32_t imageHeight)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El stream para guardar la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.
imageWidthint32_tEl ancho de la imagen, la unidad es píxel.
imageHeightint32_tEl alto de la imagen, la unidad es píxel.

Ver también

PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t, int32_t, int32_t) method

Guarda la imagen en un flujo con el formato de imagen, dimensiones y calidad proporcionados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t imageWidth, int32_t imageHeight, int32_t quality)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El stream para guardar la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.
imageWidthint32_tEl ancho de la imagen, la unidad es píxel.
imageHeightint32_tEl alto de la imagen, la unidad es píxel.
calidadint32_tLa calidad del archivo Jpeg (0~100), 0 es la más baja y 100 es la más alta

Ver también

PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t) method

Guarda la imagen en un flujo con el formato de imagen y calidad especificados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t quality)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El stream para guardar la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.
calidadint32_tLa calidad del archivo Jpeg (0~100), 0 es la más baja y 100 es la más alta

Ver también

PdfConverter::GetNextImage(const System::String&) method

Guarda la imagen en un archivo con el formato de imagen predeterminado - jpeg.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile)
ParámetroTipoDescripción
outputFileconst System::String&La ruta del archivo y el nombre para guardar la imagen.

Ver también

PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<PageSize>&) method

Guarda la imagen en un archivo con el tamaño de página dado y el formato de imagen predeterminado - jpeg.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize)
ParámetroTipoDescripción
outputFileconst System::String&La ruta del archivo y el nombre para guardar la imagen.
pageSizeconst System::SharedPtr<PageSize>&El tamaño de página de la imagen.

Ver también

PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method

Guarda la imagen en un archivo con el tamaño de página y el formato de imagen especificados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
ParámetroTipoDescripción
outputFileconst System::String&La ruta del archivo y el nombre para guardar la imagen.
pageSizeconst System::SharedPtr<PageSize>&El tamaño de página de la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.

Ver también

PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t) method

Guarda la imagen en un archivo con el tamaño de página, formato de imagen y calidad especificados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t quality)
ParámetroTipoDescripción
outputFileconst System::String&La ruta del archivo y el nombre para guardar la imagen.
pageSizeconst System::SharedPtr<PageSize>&El tamaño de página de la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.
calidadint32_tLa calidad del archivo Jpeg (0~100), 0 es la más baja y 100 es la más alta

Ver también

PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method

Guarda la imagen en un archivo con el formato de imagen proporcionado.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
ParámetroTipoDescripción
outputFileconst System::String&La ruta del archivo y el nombre para guardar la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.

Ver también

PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, double, double, int32_t) method

Guarda la imagen en un archivo con el formato de imagen, tamaño de imagen y calidad proporcionados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, double imageWidth, double imageHeight, int32_t quality)
ParámetroTipoDescripción
outputFileconst System::String&La ruta del archivo y el nombre para guardar la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.
imageWidthdoubleEl ancho de la imagen, la unidad es píxeles.
imageHeightdoubleEl alto de la imagen, la unidad es píxeles..
calidadint32_tLa calidad del archivo Jpeg (0~100), 0 es la más baja y 100 es la más alta

Ver también

PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t, int32_t) method

Guarda la imagen en un archivo con el formato de imagen y dimensiones especificados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t imageWidth, int32_t imageHeight)
ParámetroTipoDescripción
outputFileconst System::String&La ruta del archivo y el nombre para guardar la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.
imageWidthint32_tEl ancho de la imagen, la unidad es píxel.
imageHeightint32_tEl alto de la imagen, la unidad es píxel.

Ver también

PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t, int32_t, int32_t) method

Guarda la imagen en un archivo con el formato de imagen, dimensiones y calidad especificados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t imageWidth, int32_t imageHeight, int32_t quality)
ParámetroTipoDescripción
outputFileconst System::String&La ruta del archivo y el nombre para guardar la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.
imageWidthint32_tEl ancho de la imagen, la unidad es píxel.
imageHeightint32_tEl alto de la imagen, la unidad es píxel.
calidadint32_tLa calidad del archivo Jpeg (0~100), 0 es la más baja y 100 es la más alta

Ver también

PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t) method

Guarda la imagen en un archivo con el formato de imagen y calidad especificados.

void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t quality)
ParámetroTipoDescripción
outputFileconst System::String&La ruta del archivo y el nombre para guardar la imagen.
formatoconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&El formato de la imagen.
calidadint32_tLa calidad del archivo Jpeg (0~100), 0 es la más baja y 100 es la más alta

Ver también