PrintSupportMxdcImageQualityConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Microsoft XPS Document Converter (MXDC) image quality configuration.
public ref class PrintSupportMxdcImageQualityConfiguration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1245184)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintSupportMxdcImageQualityConfiguration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1245184)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintSupportMxdcImageQualityConfiguration
Public NotInheritable Class PrintSupportMxdcImageQualityConfiguration
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 11, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|
Properties
AutomaticOutputQuality |
Gets or sets the image quality for XPS images when the output quality is set to "Automatic". |
DraftOutputQuality |
Gets or sets the image quality for XPS images when the output quality is set to "Draft". |
FaxOutputQuality |
Gets or sets the image quality for XPS images when the output quality is set to "Fax". |
HighOutputQuality |
Gets or sets the image quality for XPS images when the output quality is set to "High". |
NormalOutputQuality |
Gets or sets the image quality for XPS images when the output quality is set to "Normal". |
PhotographicOutputQuality |
Gets or sets the image quality for XPS images when the output quality is set to "Photographic". |
TextOutputQuality |
Gets or sets the image quality for XPS images when the output quality is set to "Text". |