[Missing <summary> documentation for M:PerpetuumSoft.Reporting.Export.Rtf.Adapters.RtfAdapter.RtfSavePicture(PerpetuumSoft.Reporting.DOM.Picture,System.Int32)]

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

Syntax

C#
protected string RtfSavePicture(
	Picture picture,
	int quality
)
Visual Basic (Declaration)
Protected Function RtfSavePicture ( _
	picture As Picture, _
	quality As Integer _
) As String
Visual C++
protected:
String^ RtfSavePicture(
	Picture^ picture, 
	int quality
)

See Also