Set the SVG document DPI

Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0

Syntax

C#
public int DPI { set; }
Visual Basic
Public WriteOnly Property DPI As Integer
	Set
Visual C++
public:
property int DPI {
	void set (int value);
}

Property Value

Type: Int32

See Also