OptimizationOptionsUnembedFonts Property |
Make fonts not embedded if set to true.
Namespace: Aspose.Pdf.OptimizationAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool UnembedFonts { get; set; }
Public Property UnembedFonts As Boolean
Get
Set
public:
property bool UnembedFonts {
bool get ();
void set (bool value);
}
member UnembedFonts : bool with get, set
Property Value
Type:
Boolean
See Also