Accusoft.PrintProSdk Namespace > Printer Class : TrueType Property |
'Declaration Public Property TrueType As TrueTypeOption
'Usage Dim instance As Printer Dim value As TrueTypeOption instance.TrueType = value value = instance.TrueType
public TrueTypeOption TrueType {get; set;}
public: __property TrueTypeOption get_TrueType(); public: __property void set_TrueType( TrueTypeOption value );
public: property TrueTypeOption TrueType { TrueTypeOption get(); void set ( TrueTypeOption value); }
The default value is TrueTypeOption.PrintAsGraphics.