C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Utils Class / IsC1DocumentType Method
The type to test.

In This Topic
IsC1DocumentType Method
In This Topic
Tests whether an object of the specified type can be represented as a IC1Document.
Syntax
'Declaration
 
Public Shared Function IsC1DocumentType( _
   ByVal type As Type _
) As Boolean
 

Parameters

type
The type to test.

Return Value

true if the specified type can be represented as a IC1Document, false otherwise.
See Also