Aspose::Cells::PageSetup::GetPicture method

PageSetup::GetPicture(bool, int32_t) method

Gets the Picture object of the header / footer.

Aspose::Cells::Drawing::Picture Aspose::Cells::PageSetup::GetPicture(bool isHeader, int32_t section)
ParameterTypeDescription
isHeaderboolIndicates whether it is in the header or footer.
sectionint32_t0: Left Section, 1: Center Section, 2: Right Section.

ReturnValue

Returns Picture object. Returns null if there is no picture.

See Also

PageSetup::GetPicture(bool, bool, bool, int32_t) method

Gets the Picture object of the header / footer.

Aspose::Cells::Drawing::Picture Aspose::Cells::PageSetup::GetPicture(bool isFirst, bool isEven, bool isHeader, int32_t section)
ParameterTypeDescription
isFirstboolIndicates whether getting the picture of first page header/footer.
isEvenboolIndicates whether getting the picture of even page header/footer.
isHeaderboolIndicates whether getting the picture of header/footer.
sectionint32_t0: Left Section, 1: Center Section, 2: Right Section.

ReturnValue

Returns Picture object.

See Also