Creates a new instance of the RtfFile class.

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

Syntax

C#
public RtfFile(
	RtfExportFilter filter
)
Visual Basic (Declaration)
Public Sub New ( _
	filter As RtfExportFilter _
)
Visual C++
public:
RtfFile(
	RtfExportFilter^ filter
)

See Also