PDFReaderControls.NET Standard Class Reference

FontPrintMode Enumeration

Specifies whether fonts will be printed via low level graphical primitives (curves) or by means of GDI+ fonts. The default is PrintAsCurves.

public enum FontPrintMode

Remarks

PrintAsFonts will in general be faster and lead to smaller spool files. The results of PrintAsFonts however, depend on the printer font substitution that is in effect. Also see the printerfontsubstitution.xml in the samples folder.

Members

Member Name Description
PrintAsCurves Print glyphs as curves (default).
PrintAsFont Print glyphs as GDI+ fonts.

Requirements

Namespace: TallComponents.PDF.ReaderControls

Assembly: TallComponents.PDF.ReaderControls (in TallComponents.PDF.ReaderControls.dll)

See Also

TallComponents.PDF.ReaderControls Namespace