API Reference
Class
ExcelHeaderFooterImageSnapshot
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.
Returned or exposed by
- Property ExcelHeaderFooterSnapshot.FooterCenterImage
- Property ExcelHeaderFooterSnapshot.FooterLeftImage
- Property ExcelHeaderFooterSnapshot.FooterRightImage
- Property ExcelHeaderFooterSnapshot.HeaderCenterImage
- Property ExcelHeaderFooterSnapshot.HeaderLeftImage
- Property ExcelHeaderFooterSnapshot.HeaderRightImage
Inherited Methods
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.