UnembeddFonts 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 UnembeddFonts As Boolean
public bool UnembeddFonts {get; set;}
public read-write property UnembeddFonts: Boolean;
public function get,set UnembeddFonts : boolean
public: __property bool get_UnembeddFonts();
public: __property void set_UnembeddFonts(
bool value
);
public:
property bool UnembeddFonts {
bool get();
void set ( bool value);
}
See Also