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 its necessary not only set flag IsEmbedded into true for specified font but also set an additiona flag on Documents level - EmbedStandardFonts true This property can be set only one time for all fonts. By default false....EmbedStandardFonts Document.EmbedStandardFonts property Property...Property which declares that document must embed all standard Type1...