Click or drag to resize

Printer.IsValid Method (Typed)

X#
Determine if a printer is valid.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD IsValid() AS USUAL
Request Example View Source

Return Value

Type: Usual
TRUE if valid; otherwise, FALSE.
Remarks
It is essential to check the validity of a Printer object before using it.
See Also