Click or drag to resize

PdfImage SetResolution Method

Sets resolution of the image.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected void SetResolution(
	float horizontalResolution,
	float verticalResolution
)

Parameters

horizontalResolution
Type: System Single
Horizontal resolution of the image.
verticalResolution
Type: System Single
Vertical resolution of the image.
See Also