Inesoft
PrintCE SDK .NET |
C# Syntax: int value = object.Connection;
VB Syntax: Dim value As Int32 = object.ConnectionReturn Values
0 - if connection with a printer is successfully closed, or connection is lost
1 - in any other caseRemarks
It is useful to use this function when printing process takes a long period of time, that is to regularly check Connection property, and if Connection returns 0, cancel printing.
See Also
© 2009 Inesoft. All rights reserved.