API Reference

Class

HeaderFooterImageSnapshot

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

Snapshot of an Excel header/footer image.

Inheritance

  • Object
  • HeaderFooterImageSnapshot

Usage

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

Properties

public HeaderFooterPosition 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.