DocumentPrinterSetPrinterResolution Method (String)ByteScout PDF Renderer SDK
Sets printer resolution by predefined name such as "High" or "Draft". The names of predefined resolutions should correspond to the PrinterResolutionKind enumeration.

Namespace:  Bytescout.PDFRenderer
Assembly:  Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-master
Syntax

public void SetPrinterResolution(
	string printerResolutionName
)

Parameters

printerResolutionName
Type: SystemString
Name of predefined resolution value.
See Also

Reference