Accusoft.PdfXpress7.Net
UnembedStandardFonts Property




Gets and sets if the Standard Fonts should be unembedded.
Syntax
'Declaration
 
Public Property UnembedStandardFonts As Boolean
'Usage
 
Dim instance As CompressOptions
Dim value As Boolean
 
instance.UnembedStandardFonts = value
 
value = instance.UnembedStandardFonts
public bool UnembedStandardFonts {get; set;}
public: __property bool get_UnembedStandardFonts();
public: __property void set_UnembedStandardFonts( 
   bool value
);
public:
property bool UnembedStandardFonts {
   bool get();
   void set (    bool value);
}
Remarks

PDF applications are required to handle the Standard 14 Fonts so embedding them in a document is not necessary, therefore the document can be further reduced in size when this is enabled.

Default: true.

See Also

Reference

CompressOptions Class
CompressOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback