PdfPrinterResolutionKind Enumeration
|
Specifies a printer resolution kind.
Namespace:
Spire.Pdf.Print
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfPrinterResolutionKind
Public Enumeration PdfPrinterResolutionKind
public enum class PdfPrinterResolutionKind
type PdfPrinterResolutionKind
Members
|
Member name
|
Value
|
Description
|
|
High
|
-4
|
High resolution.
|
|
Medium
|
-3
|
Medium resolution.
|
|
Low
|
-2
|
Low resolution.
|
|
Draft
|
-1
|
Draft-quality resolution.
|
|
Custom
|
0
|
Custom resolution.
|
See Also