ClaimedReceiptPrinter.PageSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of paper that the claimed receipt printer station currently uses.
public:
property Size PageSize { Size get(); };
Size PageSize();
public Size PageSize { get; }
var size = claimedReceiptPrinter.pageSize;
Public ReadOnly Property PageSize As Size
Property Value
The size of paper that the claimed receipt printer station currently uses.