PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocumentBase Class / FontType Property

In This Topic
    FontType Property (C1PdfDocumentBase)
    In This Topic
    Gets or sets a value indicating how fonts should be encoded when saving the document.
    Syntax
    'Declaration
     
    
    Public Property FontType As PdfFontType
    public PdfFontType FontType {get; set;}
    See Also