PageSetup.GetPicture
Contents
[
Hide
]GetPicture(bool, int)
Gets the Picture
object of the header / footer.
public Picture GetPicture(bool isHeader, int section)
Parameter | Type | Description |
---|---|---|
isHeader | Boolean | Indicates whether it is in the header or footer. |
section | Int32 | 0: Left Section, 1: Center Section, 2: Right Section. |
Return Value
Returns Picture
object. Returns null if there is no picture.
See Also
- class Picture
- class PageSetup
- namespace Aspose.Cells
- assembly Aspose.Cells
GetPicture(bool, bool, bool, int)
Gets the Picture
object of the header / footer.
public Picture GetPicture(bool isFirst, bool isEven, bool isHeader, int section)
Parameter | Type | Description |
---|---|---|
isFirst | Boolean | Indicates whether getting the picture of first page header/footer. |
isEven | Boolean | Indicates whether getting the picture of even page header/footer. |
isHeader | Boolean | Indicates whether getting the picture of header/footer. |
section | Int32 | 0: Left Section, 1: Center Section, 2: Right Section. |
Return Value
Returns Picture
object.
See Also
- class Picture
- class PageSetup
- namespace Aspose.Cells
- assembly Aspose.Cells