API Reference

Class

ExcelHeaderFooterImageSnapshot

Namespace OfficeIMO.Excel.ExcelSheet
Assembly OfficeIMO.Excel
Modifiers sealed

Snapshot of an Excel header/footer image.

Inheritance

  • Object
  • ExcelHeaderFooterImageSnapshot

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public ExcelHeaderFooterPosition Position { get; } #

Header/footer section position.

public Byte[] Bytes { get; } #

Image bytes.

public String ContentType { get; } #

Image content type, such as image/png or image/jpeg.

public Double WidthPoints { get; } #

Image width in points.

public Double HeightPoints { get; } #

Image height in points.