Aspose::Cells::PageSetup::SetFooterPicture method
PageSetup::SetFooterPicture method
Sets an image in the footer of a worksheet.
Aspose::Cells::Drawing::Picture Aspose::Cells::PageSetup::SetFooterPicture(int32_t section, const Vector<uint8_t> &footerPicture)
Parameter | Type | Description |
---|---|---|
section | int32_t | 0: Left Section, 1: Center Section, 2: Right Section. |
footerPicture | const Vector <uint8_t>& | Image data. |
ReturnValue
Returns Picture object.
See Also
- Class Picture
- Class Vector
- Class PageSetup
- Namespace Aspose::Cells
- Library Aspose.Cells for C++