Class PageResolution
Contents
[
Hide
]PageResolution class
Defines the page resolution of printed output as either a qualitative value or as dots per inch, or both. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageresolution
public sealed class PageResolution : Feature, IDocumentPrintTicketItem, IJobPrintTicketItem,
IPagePrintTicketItem
Constructors
Name | Description |
---|---|
PageResolution(params IPageResolutionItem[]) | Creates a new instance. |
Properties
Name | Description |
---|---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|---|
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
Name | Description |
---|---|
interface IPageResolutionItem | The interface of any PageResolution feature item. |
interface IPageResolutionOptionItem | The interface of any PageResolutionOption item. |
class PageResolutionOption | Describes the PageResolution features options. |
class QualitativeResolution | Defines constants for the |
See Also
- class Feature
- interface IDocumentPrintTicketItem
- interface IJobPrintTicketItem
- interface IPagePrintTicketItem
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page