PrinterExposeEvent.ExposedArea Property | |
A bounding box representing the area of the page to be printed, in printer coordinates.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ExposedArea AS Object GET
public virtual Object ExposedArea { get; }
Request Example
View SourceProperty Value
Type:
ObjectA bounding box representing the area of the page to be printed, in printer coordinates.
Remarks
A bounding box representing the area of the page to be printed, in printer coordinates. Windows measures the size or portion of the page to be printed as what is contained in a bounding box. This is usually a full page, but on printers with limited memory (that can't print a full page), it is the area of the page to be printed.
See Also