Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public void SetDpi(
	int dpiX,
	int dpiY
)
Visual Basic
Public Sub SetDpi ( _
	dpiX As Integer, _
	dpiY As Integer _
)
Visual C++
public:
void SetDpi(
	int dpiX, 
	int dpiY
)

Parameters

dpiX
Type: System..::..Int32
dpiY
Type: System..::..Int32

Collapse imageSee Also