Toggle TTF embedding save option
Syntax
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);
}
'Declaration
Public Property EmbedFonts As Boolean
'Usage
Dim instance As CADPDFSaveOptions
Dim value As Boolean
instance.EmbedFonts = value
value = instance.EmbedFonts
See Also