Método Aspose::Pdf::IIndexBitmapConverter::Get1BppImage
IIndexBitmapConverter::Get1BppImage method
Devuelve una representación de mapa de bits de 1Bpp.
virtual System::SharedPtr<System::Drawing::Bitmap> Aspose::Pdf::IIndexBitmapConverter::Get1BppImage(System::SharedPtr<System::Drawing::Bitmap> src)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| src | System::SharedPtr<System::Drawing::Bitmap> | Mapa de bits de origen. |
ReturnValue
Mapa de bits en formato de imagen de 1 bpp.
Ver también
- Typedef SharedPtr
- Class Bitmap
- Class IIndexBitmapConverter
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++