Accusoft.PdfXpressSdk Namespace > CompressOptions Class : UnembedStandardFonts Property |
'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;}
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.