[Missing <summary> documentation for P:PerpetuumSoft.Reporting.Export.Rtf.RtfFile.JpegQuality]

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

Syntax

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

See Also