Método Aspose::Pdf::XImageCollection::Add

XImageCollection::Add(const System::SharedPtr<Aspose::Pdf::BitmapInfo>&) method

Agrega la entidad al final de la colección, de modo que la entidad pueda ser accedida por el último índice.

System::String Aspose::Pdf::XImageCollection::Add(const System::SharedPtr<Aspose::Pdf::BitmapInfo> &bitmapInfo)
ParámetroTipoDescripción
bitmapInfoconst System::SharedPtr<Aspose::Pdf::BitmapInfo>&Objeto que contiene una matriz de píxeles e información de mapa de bits (Width, Height, PixelFormat).

ReturnValue

Nombre de la imagen añadida.

Ver también

XImageCollection::Add(const System::SharedPtr<Aspose::Pdf::BitmapInfo>&, Aspose::Pdf::ImageFilterType) method

Agrega la entidad al final de la colección, de modo que la entidad pueda ser accedida por el último índice.

System::String Aspose::Pdf::XImageCollection::Add(const System::SharedPtr<Aspose::Pdf::BitmapInfo> &bitmapInfo, Aspose::Pdf::ImageFilterType filterType)
ParámetroTipoDescripción
bitmapInfoconst System::SharedPtr<Aspose::Pdf::BitmapInfo>&Objeto que contiene una matriz de píxeles e información de mapa de bits (Width, Height, PixelFormat).
filterTypeAspose::Pdf::ImageFilterTypeEl tipo de filtro de imagen.

ReturnValue

Nombre de la imagen añadida.

Ver también

XImageCollection::Add(const System::SharedPtr<System::IO::Stream>&) method

Agrega la entidad al final de la colección, de modo que la entidad pueda ser accedida por el último índice.

System::String Aspose::Pdf::XImageCollection::Add(const System::SharedPtr<System::IO::Stream> &image)
ParámetroTipoDescripción
imagenconst System::SharedPtr<System::IO::Stream>&Flujo que contiene datos de imagen (en formato JPEG).

ReturnValue

Nombre de la imagen añadida.

Ver también

XImageCollection::Add(const System::SharedPtr<System::IO::Stream>&, Aspose::Pdf::ImageFilterType) method

Agrega la entidad al final de la colección, de modo que la entidad pueda ser accedida por el último índice.

System::String Aspose::Pdf::XImageCollection::Add(const System::SharedPtr<System::IO::Stream> &image, Aspose::Pdf::ImageFilterType filterType)
ParámetroTipoDescripción
imagenconst System::SharedPtr<System::IO::Stream>&Flujo que contiene datos de la imagen.
filterTypeAspose::Pdf::ImageFilterTypeEl tipo de filtro de imagen.

ReturnValue

Nombre de la imagen añadida.

Ver también

XImageCollection::Add(const System::SharedPtr<System::IO::Stream>&, int32_t) method

Agrega la entidad al final de la colección, de modo que la entidad pueda ser accedida por el último índice.

void Aspose::Pdf::XImageCollection::Add(const System::SharedPtr<System::IO::Stream> &image, int32_t quality)
ParámetroTipoDescripción
imagenconst System::SharedPtr<System::IO::Stream>&Flujo que contiene datos de imagen (en formato JPEG).
calidadint32_tCalidad JPEG.

Ver también