Class PageMediaType

PageMediaType class

Describes the

MediaType

options and the characteristics of each option. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediatype

public sealed class PageMediaType : Feature, IDocumentPrintTicketItem, IJobPrintTicketItem, 
    IPagePrintTicketItem

Constructors

NameDescription
PageMediaType(params IPageMediaTypeItem[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
Add(params IFeatureItem[])Adds a list of items to the end of this feature’s item list. Each one must be a Feature, an Option or a Property instance.

Other Members

NameDescription
class BackCoatingDefines constants for the
class FrontCoatingDefines constants for the
interface IPageMediaTypeItemThe interface of any PageMediaType feature item.
interface IPageMediaTypeOptionItemThe interface of any PageMediaType item.
class MaterialDefines constants for the
class PageMediaTypeOptionDescribes the PageMediaType feature options.
class PrePrintedDefines constants for the
class PrePunchedDefines constants for the
class RecycledDefines constants for the

See Also