Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / PdfFontFormat Property

In This Topic
    PdfFontFormat Property (GcPdfDocument)
    In This Topic
    Gets or sets the format used to represent fonts in the current document. The default is PdfFontFormat.Type0AutoOneByteEncoding.

    Note that this property does not affect the 14 standard PDF fonts, those are always encoded as Type1.

    Syntax
    'Declaration
     
    Public Property PdfFontFormat As PdfFontFormat
    public PdfFontFormat PdfFontFormat {get; set;}
    See Also