Accusoft.PrintPro8.Net
TrueType Property




Gets and sets a value indicating the printer’s TrueTypeOption enumeration option.
Syntax
'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);
}

Property Value

A TrueTypeOption enumeration option value which determines the printer's true type.
Remarks

The default value is TrueTypeOption.PrintAsGraphics.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback