GetPicture
Contenido
[
Ocultar
]GetPicture(bool, int)
Obtiene elPicture
objeto del encabezado/pie de página.
public Picture GetPicture(bool isHeader, int section)
Parámetro | Escribe | Descripción |
---|---|---|
isHeader | Boolean | Indica si está en el encabezado o en el pie de página. |
section | Int32 | 0: Sección izquierda, 1: Sección central, 2: Sección derecha. |
Valor_devuelto
DevolucionesPicture
object. Devuelve nulo si no hay imagen.
Ver también
- class Picture
- class PageSetup
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
GetPicture(bool, bool, bool, int)
Obtiene elPicture
objeto del encabezado/pie de página.
public Picture GetPicture(bool isFirst, bool isEven, bool isHeader, int section)
Parámetro | Escribe | Descripción |
---|---|---|
isFirst | Boolean | Indica si se obtiene la imagen del encabezado/pie de página de la primera página. |
isEven | Boolean | Indica si se obtiene la imagen del encabezado/pie de página par. |
isHeader | Boolean | Indica si se obtiene la imagen del encabezado/pie de página. |
section | Int32 | 0: Sección izquierda, 1: Sección central, 2: Sección derecha. |
Valor_devuelto
DevolucionesPicture
objeto.
Ver también
- class Picture
- class PageSetup
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells