Class PagePhotoPrintingIntent.PagePhotoPrintingIntentOption

PagePhotoPrintingIntent.PagePhotoPrintingIntentOption class

Defines PagePhotoPrintingIntent feature options.

public sealed class PagePhotoPrintingIntentOption : Option

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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

NameDescription
static NoneNo Photoprinting Intent (Allows the application to specify no intent resolution. PrintTicket settings should not be altered)
static PhotoBestBest Quality Photoprinting (Provided mostly for marketing reasons; utilizes the highest capabilities of the device)
static PhotoDraftDraft Quality Photoprinting (Quick, low ink volume print for proofing purposes)
static PhotoStandardStandard Quality Photoprinting (OEM suggested settings for standard photo-printing)

See Also