TextCompressionOptions
CompressFonts Property
|
Indicates whether to compress font resources. Default value is true.
Namespace:
Spire.Pdf.Conversion.Compression
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool CompressFonts { get; set; }
Public Property CompressFonts As Boolean
Get
Set
public:
property bool CompressFonts {
bool get ();
void set (bool value);
}
member CompressFonts : bool with get, set
Property Value
Type:
Boolean
See Also