TextCompressionOptions
UnembedFonts Property
|
Indicates whether to unembed fonts. Default value is false.
Note: The resulting document may have errors when the font is not normally encoded.
Namespace:
Spire.Pdf.Conversion.Compression
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public 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