[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfFontFormat

PdfFontFormat Enum

Specifies available formats used to represent a font in a PDF document.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public enum PdfFontFormat
Public Enum PdfFontFormat

Fields

Name Description
Type0AutoOneByteEncoding

The font is saved as one or more Type0 PDF fonts, where each character is encoded by one byte.

Note that this format can only be used for embedded fonts. For non-embedded fonts, Type0IdentityEncoding is automatically used. If any text has already been added to a document using this encoding, and then the embedding mode for the font is changed to NotEmbed, an exception will occur.

Type0IdentityEncoding

The font is saved as a single Type0 font with Identity encoding, where each character is encoded with two bytes.