Set this property on true to store the cross-reference table and the trailer of the PDF document generated by the HTML to PDF converter in compressed cross-reference streams and to reduce the PDF file size. The default value is false

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public bool CompressCrossReference { get; set; }
Visual Basic
Public Property CompressCrossReference As Boolean
	Get
	Set
Visual C++
public:
property bool CompressCrossReference {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also