API Reference

Class

PdfInvoiceParty

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Postal or business identity used by the invoice recipe.

Inheritance

  • Object
  • PdfInvoiceParty

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

Accepted by parameters

Constructors

public PdfInvoiceParty(String name, IEnumerable<String> details = null) #

Creates a named party with optional address/details lines.

Parameters

name System.String requiredposition: 0
details System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 1

Properties

public String Name { get; } #

Display name.

public IReadOnlyList<String> Details { get; } #

Address, tax, or contact lines.