PrintTicket.PageMediaType Property

Definition

Gets or sets a value indicating what sort of paper or media the printer uses for the print job.

public:
 property Nullable<System::Printing::PageMediaType> PageMediaType { Nullable<System::Printing::PageMediaType> get(); void set(Nullable<System::Printing::PageMediaType> value); };
public System.Printing.PageMediaType? PageMediaType { get; set; }
member this.PageMediaType : Nullable<System.Printing.PageMediaType> with get, set
Public Property PageMediaType As Nullable(Of PageMediaType)

Property Value

A PageMediaType value specifying the print media, such as card stock, label, plain, or photographic.

Exceptions

Calling code has attempted to set the property to a value that is not in the PageMediaType enumeration.

Remarks

A null value for this property means that this feature setting is not specified. Also, when the value is null, the XML versions of the PrintTicket (see SaveTo and GetXmlStream) will not contain any markup for this feature.

This property corresponds to the Print Schema's PageMediaType keyword.

You can test for the options that the printer supports by using the PageMediaTypeCapability property.

Applies to