IsC1PrintDocumentType Method
Tests whether an object of the specified type can be represented as a
C1PrintDocument.
public static bool IsC1PrintDocumentType(
Type
)
'Declaration
Public Shared Function IsC1PrintDocumentType( _
ByVal 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.