Table of Contents

Enum FontEmbedMode

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Specifies how to embed fonts to a generated PDF documents.

public enum FontEmbedMode

Fields

DoNotEmbed = 2

Do not embed font bytes.

EmbedAllGlyphs = 0

Embed all available glyphs.

EmbedUsedGlyphs = 1

Embed used glyphs only.