Returns the RtfAdapter instance corresponding to the given control type.

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

Syntax

C#
public RtfAdapter FindAdapter(
	Type type
)
Visual Basic (Declaration)
Public Function FindAdapter ( _
	type As Type _
) As RtfAdapter
Visual C++
public:
RtfAdapter^ FindAdapter(
	Type^ type
)

Parameters

type
Type: System..::.Type

See Also