Class PageOutputQuality.PageOutputQualityOption
PageOutputQuality.PageOutputQualityOption class
Defines PageOutputQuality feature options.
public sealed class PageOutputQualityOption : 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 Automatic | Specifies the intent for automatic output (allow the client to automatically choose the best settings). |
| static Draft | Specifies the intent for draft output (balanced for draft quality text and graphics). |
| static Fax | Specifies the intent for fax output (balanced for standard fax quality). |
| static High | Specifies the intent for high quality output (balanced for high quality text and graphics). |
| static Normal | Specifies the intent for normal output (balanced for good quality text and graphics). |
| static Photographic | Specifies the intent for photographic output (images should have the highest quality). |
| static Text | Specifies the intent for text only output (graphics may output poorly or not at all). |
See Also