ClearPrintAreaOperation.PageModePrintArea Property
2/27/2008
Gets the print area for the selected PageModeStation property expressed in the unit of measure given by MapMode property. The maximum print area is the page area.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public ReadOnly Property PageModePrintArea As Rectangle
public Rectangle PageModePrintArea { get; }
public:
property Rectangle PageModePrintArea {
Rectangle get ();
}
/** @property */
public Rectangle get_PageModePrintArea ()
public function get PageModePrintArea () : Rectangle
Remarks
The string consists of four ASCII numeric characters separated by commas, in the following order: horizontal start, vertical start, horizontal size, vertical size. For example, if the string is "50,100,200,400", then the station print area is a rectangle beginning at the point (50,100), and continuing up to but excluding the point (250,500). This property is initialized to "0,0,0,0". Text written to the right edge of the print area wraps to the next line. Any text or image written beyond the bottom of the print area is truncated.
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
ClearPrintAreaOperation Class
ClearPrintAreaOperation Members
Microsoft.PointOfService.BaseServiceObjects Namespace