public final class PageMediaType extends Feature implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem
Describes the MediaType
options and the characteristics of each option.
https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediatype
Modifier and Type | Class and Description |
---|---|
static class |
PageMediaType.BackCoating
Defines constants for the
BackCoating scored property value. |
static class |
PageMediaType.FrontCoating
Defines constants for the
FrontCoating scored property value. |
static interface |
PageMediaType.IPageMediaTypeItem
The interface of any
PageMediaType feature item. |
static interface |
PageMediaType.IPageMediaTypeOptionItem
The interface of any
PageMediaType item. |
static class |
PageMediaType.Material
Defines constants for the
Material scored property value. |
static class |
PageMediaType.PageMediaTypeOption
Describes the
PageMediaType feature options. |
static class |
PageMediaType.PrePrinted
Defines constants for the
PrePrinted scored property value. |
static class |
PageMediaType.PrePunched
Defines constants for the
PrePunched scored property value. |
static class |
PageMediaType.Recycled
Defines constants for the
Recycled scored property value. |
Constructor and Description |
---|
PageMediaType(PageMediaType.IPageMediaTypeItem... items)
Creates a new instance.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public PageMediaType(PageMediaType.IPageMediaTypeItem... items)
Creates a new instance.
items
- An array of items specific for the feature.Copyright © 2022 Aspose. All Rights Reserved.