FontEmbedding

PdfSaveOptions.FontEmbedding property

Responsible for embedding font resources, which are used in the original document, into the resultant PDF document. By default doesn’t embed any fonts (NotEmbed).

public FontEmbeddingOptions FontEmbedding { get; set; }

See Also