VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / FontManager Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    FontManager Property (PdfDocument)
    In This Topic
    Gets or sets a font manager of this PDF document.
    Syntax
    'Declaration
    
    Public Property FontManager As PdfFontManager
    
    
    public PdfFontManager FontManager { get; set; }
    
    
    public: __property PdfFontManager* get_FontManager();
    public: __property void set_FontManager(
    PdfFontManager* value
    );
    public:
    property PdfFontManager^ FontManager { PdfFontManager^ get(); void set(PdfFontManager^ value); }
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Thrown if value.Document property is invalid.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also