ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADPDFSaveOptions Class / EmbedFonts Property




In This Topic
    EmbedFonts Property
    In This Topic
    Toggle TTF embedding save option
    Syntax
    'Declaration
     
    Public Property EmbedFonts As Boolean
    'Usage
     
    Dim instance As CADPDFSaveOptions
    Dim value As Boolean
     
    instance.EmbedFonts = value
     
    value = instance.EmbedFonts
    public bool EmbedFonts {get; set;}
    public: __property bool get_EmbedFonts();
    public: __property void set_EmbedFonts( 
       bool value
    );
    public:
    property bool EmbedFonts {
       bool get();
       void set (    bool value);
    }
    See Also