www.gnostice.com 

SourceDPI

Top  Previous  Next

SourceDPI indicates the DPI value to be used while encoding images.

 

 

 

 

Syntax

 

 

[VC++]

long GetSourceDPI();

void SetSourceDPI(long nNewValue);

 

[C#]

public abstract new int SourceDPI [  get,  set ]

 

[VB]

Property SourceDPI As Long

 

 

 

 

Remarks

 

 

The quality of the Image can be enhanced by giving a greater value to SourceDPI. But increase in the value of SourceDPI will lead to increase in file size. SourceDPI is not considered when SourceDPI = -1, i.e the images are exported as is without any modifications in quality.