C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / PagesExportProvider Class / CanExportObject Method
The object (document) to test.

In This Topic
CanExportObject Method (PagesExportProvider)
In This Topic
Tests whether the specified object represents a document that can be exported by the current export provider.
Syntax
'Declaration
 
Public Overrides Function CanExportObject( _
   ByVal obj As Object _
) As Boolean
 

Parameters

obj
The object (document) to test.

Return Value

True if the object represents a document that can be exported, false otherwise.
See Also