API Reference

Class

PdfEmbeddedFont

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Represents a TrueType font file that should be embedded for a generated standard-font slot.

Inheritance

  • Object
  • PdfEmbeddedFont

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

Constructors

public PdfEmbeddedFont(PdfStandardFont font, Byte[] data, String fontName = null) #

Creates an embedded-font mapping for a standard PDF font slot.

Parameters

font OfficeIMO.Pdf.PdfStandardFont requiredposition: 0
data System.Byte[] requiredposition: 1
fontName System.String = null optionalposition: 2

Properties

public PdfStandardFont Font { get; } #

Standard PDF font slot that this font file replaces in generated output.

public String FontName { get; } #

Optional PDF font name override. When null, the TrueType name table is used.

public Byte[] Data { get; } #

TrueType font file bytes.