[Missing <summary> documentation for P:PerpetuumSoft.Reporting.Export.Pdf.PdfExportFilter.Compress]

Namespace:  PerpetuumSoft.Reporting.Export.Pdf
Assembly:  PerpetuumSoft.Reporting.Export.Pdf (in PerpetuumSoft.Reporting.Export.Pdf.dll) Version: 3.9.0.1

Syntax

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

See Also