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 As Type _
) As Boolean
public static bool IsC1PrintDocumentType(
Type
)
Parameters
- type
- The type to test.
Return Value
true if the specified type can be represented as a
C1PrintDocument,
false otherwise.
See Also