PrintDocument for WinForms
FindExportProviderByFormatKey メソッド (ExportProviders)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ExportProviders クラス : FindExportProviderByFormatKey メソッド
The format key string.
Searches for an ExportProvider by its format key. The format key is an arbitrary string that uniquely identifies the export format. For each format, it is returned by the ExportProvider.FormatKey property.
シンタックス
'宣言
 
Public Function FindExportProviderByFormatKey( _
   ByVal formatKey As System.String _
) As ExportProvider
'使用法
 
Dim instance As ExportProviders
Dim formatKey As System.String
Dim value As ExportProvider
 
value = instance.FindExportProviderByFormatKey(formatKey)
public ExportProvider FindExportProviderByFormatKey( 
   System.string formatKey
)

パラメータ

formatKey
The format key string.

戻り値の型

The ExportProvider, or null if none has been found.
参照

ExportProviders クラス
ExportProviders メンバ