Link Search Menu Expand Document

DocumentPrinterSetPrinterResolution Method (String)

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.0.4759-master
Syntax
public void SetPrinterResolution(
	string printerResolutionName
)

Parameters

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

Reference