API Reference

Class

PdfHeaderFooterShape

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Describes a simple shape rendered in a page header or footer.

Inheritance

  • Object
  • PdfHeaderFooterShape

Constructors

public PdfHeaderFooterShape(OfficeShape shape, PdfAlign align = Left) #

Creates a header/footer shape.

Parameters

shape OfficeIMO.Drawing.OfficeShape requiredposition: 0
align OfficeIMO.Pdf.PdfAlign = Left optionalposition: 1

Properties

public Double Width { get; } #

Shape width in PDF points.

public Double Height { get; } #

Shape height in PDF points.

public PdfAlign Align { get; } #

Horizontal placement inside the page content width.

public OfficeShape Shape { get; } #

Returns a copy of the shape payload.