Controls the images compression percentage in the PDF document on a scale from 0 to 100. A 0 compression produces the best quality images which leads to larger PDF documents while a 100 compression produces low quality images and small PDF documents

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

Syntax

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

Property Value

Type: Int32

See Also