Gets the dots-per-inch in the X direction. Returns 0 if not available.

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

Syntax

C#
public int DpiX { get; }
Visual Basic
Public ReadOnly Property DpiX As Integer
	Get
Visual C++
public:
property int DpiX {
	int get ();
}

Field Value

the dots-per-inch in the X direction

See Also