PrintDocumentImageableArea Class

Definition

Specifies the size of the paper (or other media), the size of the imageable area, and the location of the imageable area.

public ref class PrintDocumentImageableArea
public class PrintDocumentImageableArea
type PrintDocumentImageableArea = class
Public Class PrintDocumentImageableArea
Inheritance
PrintDocumentImageableArea

Remarks

Most laser and inkjet printers do not support borderless printing. They must leave an unprinted area around the edges of the paper to prevent toner from getting on the parts of the printer that move the paper. For printers that do not support borderless printing, the imageable area of the paper is smaller than the paper dimensions.

Use PrintDocumentImageableArea objects primarily as parameters to the CreateXpsDocumentWriter methods.

Caution

Classes within the System.Printing namespace are not supported for use within a Windows service or ASP.NET application or service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions.

If you want to print from a Windows Forms application, see the System.Drawing.Printing namespace.

Properties

ExtentHeight

Gets the height of the imageable area.

ExtentWidth

Gets the width of the imageable area.

MediaSizeHeight

Gets the height of the paper or media.

MediaSizeWidth

Gets the width of the paper or media.

OriginHeight

Gets the distance from the upper-left corner of the imageable area (also called the 'origin' of the imageable area) to the nearest point on the top edge of the page.

OriginWidth

Gets the origin width, which is the distance from the left edge of the page to the upper-left corner of the imageable area (also called the "origin" of the imageable area).

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to