PrintDocument for WinForms
CanExportObject メソッド (ExportProvider)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ExportProvider クラス : CanExportObject メソッド
The object (document) to test.
Tests whether the specified object represents a document that can be exported by an Exporter associated with the current export provider (see ExportProvider.NewExporter). The default implementation of this method returns false.
シンタックス
'宣言
 
Public MustOverride Function CanExportObject( _
   ByVal obj As System.Object _
) As System.Boolean
'使用法
 
Dim instance As ExportProvider
Dim obj As System.Object
Dim value As System.Boolean
 
value = instance.CanExportObject(obj)
public abstract System.bool CanExportObject( 
   System.object obj
)

パラメータ

obj
The object (document) to test.

戻り値の型

true if the associated Exporter can export the specified object, false otherwise.
参照

ExportProvider クラス
ExportProvider メンバ