Método Aspose::Pdf::XImageCollection::AddWithName

XImageCollection::AddWithName method

Añade una nueva imagen a la lista Image. Este método agrega la imagen como referencia al mismo PdfObject (lo que permite reducir el tamaño del archivo)

System::String Aspose::Pdf::XImageCollection::AddWithName(const System::SharedPtr<Aspose::Pdf::XImage> &image)
ParámetroTipoDescripción
imageconst System::SharedPtr<Aspose::Pdf::XImage>&XImage para ser añadido.

ReturnValue

Nombre de la imagen añadida.

Ver también