PosPrinterBase.PageModePrintArea Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Holds the print area for the selected PageModeStation expressed in the unit of measure given by MapMode.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Overrides Property PageModePrintArea As Rectangle
public override Rectangle PageModePrintArea { get; set; }
public:
virtual property Rectangle PageModePrintArea {
    Rectangle get () override;
    void set (Rectangle value) override;
}
/** @property */
public Rectangle get_PageModePrintArea ()

/** @property */
public void set_PageModePrintArea (Rectangle value)
public override function get PageModePrintArea () : Rectangle

public override function set PageModePrintArea (value : Rectangle)

Property Value

A Rectangle indicating the print area.

Remarks

Holds the print area for the selected PageModeStation expressed in the unit of measure given by MapMode. The maximum print area is the page area.

Text written to the right edge of the print area will wrap to the next line. Any text or image written beyond the bottom of the print area will be 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

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace