DocumentPrinterSetPrinterResolution Method (Int32, Int32)ByteScout PDF Renderer SDK
Sets custom printer resolution.

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

public void SetPrinterResolution(
	int horizontalResolution,
	int verticalResolution
)

Parameters

horizontalResolution
Type: SystemInt32
Horizontal resolution value.
verticalResolution
Type: SystemInt32
Vertical resolution value.
See Also

Reference