In This Topic

PackFonts Property (PDFReducerConfiguration)

In This Topic
Specifies whether the PDF fonts must be packed in order to reduce their size. Default value is true.
Syntax
'Declaration
 
Public Property PackFonts As Boolean
public bool PackFonts {get; set;}
public read-write property PackFonts: Boolean; 
public function get,set PackFonts : boolean
public: __property bool get_PackFonts();
public: __property void set_PackFonts( 
   bool value
);
public:
property bool PackFonts {
   bool get();
   void set (    bool value);
}
See Also