PrintDevAttr.TTOption Property

The TTOption property specifies the option for using TrueType Fonts in documents output by capable printers.

        [C#]
  public PrintTrueType TTOption { get; set; }
      
        [Visual Basic] 
  public Property TTOption As PrintTrueType
      
        [Visual RPG]
  BegProp TTOption Type(PrintTrueType) Access(*Public) 
BegGet, BegSet
Property Value

ASNA.DataGate.Common.PrintTrueType. Returns or sets an interger value that defines how true type fonts will be printed.

Remarks

True Type fonts can either be printed as graphics, downloaded as soft fonts, or substitute device fonts for true type fonts.

Requirements

Namespace: ASNA.DataGate.Providers

Assembly: ASNA DataGate Providers

Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 8.1 Pro, Windows 10

See Also