Returns PdfAdapter instance corresponding to the given control type.

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

Syntax

C#
public static Type FindAdapterType(
	Type type
)
Visual Basic (Declaration)
Public Shared Function FindAdapterType ( _
	type As Type _
) As Type
Visual C++
public:
static Type^ FindAdapterType(
	Type^ type
)

Parameters

type
Type: System..::.Type

See Also