PrintDocument for WinForms
CanExportObject メソッド (XpsExportProvider)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > XpsExportProvider クラス : CanExportObject メソッド
The object (document) to test.
Tests whether the specified object represents a document that can be exported by the associated XpsExporter.
シンタックス
'宣言
 
Public Overrides Function CanExportObject( _
   ByVal obj As System.Object _
) As System.Boolean
'使用法
 
Dim instance As XpsExportProvider
Dim obj As System.Object
Dim value As System.Boolean
 
value = instance.CanExportObject(obj)
public override System.bool CanExportObject( 
   System.object obj
)

パラメータ

obj
The object (document) to test.

戻り値の型

true if obj is an instance of C1.C1Preview.C1PrintDocument, false otherwise.
参照

XpsExportProvider クラス
XpsExportProvider メンバ