Get or set the 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 PdfPrinterResolutionKind PrinterResolutionKind { get; set; }
Public Property PrinterResolutionKind As PdfPrinterResolutionKind Get Set
public: property PdfPrinterResolutionKind PrinterResolutionKind { PdfPrinterResolutionKind get (); void set (PdfPrinterResolutionKind value); }
member PrinterResolutionKind : PdfPrinterResolutionKind with get, set