ImageGear .NET - Updated
EmbedFonts Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADPDFSaveOptions Class : EmbedFonts Property
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

Reference

CADPDFSaveOptions Class
CADPDFSaveOptions Members