PrintCapabilities.OrientedPageMediaWidth Property

Definition

Gets a value indicating the width of the imageable area on a page, where width means the horizontal dimension relative to the page's orientation.

public:
 property Nullable<double> OrientedPageMediaWidth { Nullable<double> get(); };
public double? OrientedPageMediaWidth { get; }
member this.OrientedPageMediaWidth : Nullable<double>
Public ReadOnly Property OrientedPageMediaWidth As Nullable(Of Double)

Property Value

A nullable Double value indicating the width, in pixels, which are 1/96 inch increments, of the area on a page that the printer is capable of printing.

Remarks

Most printers must leave an unprinted area along the edges of a page to prevent toner from getting on the parts of the printer that move the sheets.

This property corresponds to the ImageableSizeWidth property of the Print Schema's PageImageableSize keyword.

Applies to