DocumentEmbedStandardFonts Property |
Property which declares that document must embed all standard Type1 fonts
which has flag IsEmbedded set into true. All PDF fonts can be embedded
into document simply via setting of flag IsEmbedded into true, but PDF standard Type1 fonts is an exception from this rule.
Standard Type1 font embedding requires much time, so to embed these fonts it's necessary
not only set flag IsEmbedded into true for specified font but also set
an additiona flag on document's level - EmbedStandardFonts = true;
This property can be set only one time for all fonts.
By default false.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool EmbedStandardFonts { get; set; }
Public Property EmbedStandardFonts As Boolean
Get
Set
public:
property bool EmbedStandardFonts {
bool get ();
void set (bool value);
}
member EmbedStandardFonts : bool with get, set
Property Value
Type:
Boolean
See Also