Specifies a printer resolution kind.
Namespace: Spire.Pdf.PrintAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfPrinterResolutionKind
Public Enumeration PdfPrinterResolutionKind
public enum class PdfPrinterResolutionKind
type PdfPrinterResolutionKind
Members
| Member | Value | Description |
|---|---|---|
| High | -4 |
High resolution.
|
| Medium | -3 |
Medium resolution.
|
| Low | -2 |
Low resolution.
|
| Draft | -1 |
Draft-quality resolution.
|
| Custom | 0 |
Custom resolution.
|