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

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

Parameters

type
The type to test.

Return Value

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