PrintResults.PrintSideChangeCount Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Contains the number of print side changes (or check flips) performed.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Property PrintSideChangeCount As Integer
public int PrintSideChangeCount { get; set; }
public:
property int PrintSideChangeCount {
int get ();
void set (int value);
}
/** @property */
public int get_PrintSideChangeCount ()
/** @property */
public void set_PrintSideChangeCount (int value)
public function get PrintSideChangeCount () : int
public function set PrintSideChangeCount (value : int)
Remarks
Contains the number of print side changes (or check flips) performed.
PrintSideChangeCount is initialized to 0 (zero) by the PrintResults class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PrintResults Class
PrintResults Members
Microsoft.PointOfService.BaseServiceObjects Namespace