This property controls the compression level of the PDF document created by the HTML to PDF converter.

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

Syntax

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

Property Value

Type: PdfCompressionLevel

See Also