PrintDocument for WinForms
IndexByExportProvider メソッド (ExportOptions)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > ExportOptions クラス : IndexByExportProvider メソッド
The C1.C1Preview.Export.ExportProvider to search for.
Searches the current ExportOptions for an index corresponding to the specified C1.C1Preview.Export.ExportProvider.
シンタックス
'宣言
 
Public Function IndexByExportProvider( _
   ByVal exportProvider As ExportProvider _
) As System.Integer
'使用法
 
Dim instance As ExportOptions
Dim exportProvider As ExportProvider
Dim value As System.Integer
 
value = instance.IndexByExportProvider(exportProvider)
public System.int IndexByExportProvider( 
   ExportProvider exportProvider
)

パラメータ

exportProvider
The C1.C1Preview.Export.ExportProvider to search for.

戻り値の型

Index of the specified export provider in the current ExportOptions, or -1 if none was found.
参照

ExportOptions クラス
ExportOptions メンバ