PrintFile.Quality Property

Quality gets or sets the print quality.


        printfile.Quality = System.Drawing.Printing.PrinterResolutionKind.<value> 

Property Value

<value> is of type enum and contains the enumeration value for the print quality.

Please note that not all of the possible values for this enumeration may be valid for your printer.  Each printer has a limited set of acceptable values.  It is up to the programmer to select the value adequate to the actual printer used to render the output of the print file.

Remarks

Quality must be set prior to opening the printer file (see OPEN command).

Set the Quality property to specify the print quality. *FILE indicates that the print quality specified for the print file will be used.  If *DEFAULT is specified for the print file, then the default print quality specified for the printer will be used.

Requirements

Namespace: ASNA.VisualRPG.Runtime

Assembly: ASNA Visual RPG Runtime (in ASNA.VisualRPG.Runtime.dll)

Platforms:Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8, Windows 10.

See Also

ASNA.VisualRPG.Runtime
PrintFile Class
PrintFile Members
OPEN
DCLPRINTFILE