GdPicture.NET.14
GdPicture14 Namespace / PDFReducerConfiguration Class / UnembedFonts Property





In This Topic
UnembedFonts Property (PDFReducerConfiguration)
In This Topic
Specifies whether the embedded font data shall be removed from the PDF. Default value is false.
Syntax
'Declaration
 
Public Property UnembedFonts As Boolean
public bool UnembedFonts {get; set;}
public read-write property UnembedFonts: Boolean; 
public function get,set UnembedFonts : boolean
public: __property bool get_UnembedFonts();
public: __property void set_UnembedFonts( 
   bool value
);
public:
property bool UnembedFonts {
   bool get();
   void set (    bool value);
}
See Also