Class PagePhotoPrintingIntent.PagePhotoPrintingIntentOption
PagePhotoPrintingIntent.PagePhotoPrintingIntentOption class
Defines PagePhotoPrintingIntent feature options.
public sealed class PagePhotoPrintingIntentOption : Option
Properties
| Name | Description |
|---|
| Name { get; } | Gets the element name. |
Methods
| Name | Description |
|---|
| Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
| Name | Description |
|---|
| static None | No Photoprinting Intent (Allows the application to specify no intent resolution. PrintTicket settings should not be altered) |
| static PhotoBest | Best Quality Photoprinting (Provided mostly for marketing reasons; utilizes the highest capabilities of the device) |
| static PhotoDraft | Draft Quality Photoprinting (Quick, low ink volume print for proofing purposes) |
| static PhotoStandard | Standard Quality Photoprinting (OEM suggested settings for standard photo-printing) |
See Also