Tests whether an object can be represented as a
C1PrintDocument.
'Declaration
Public Shared Function IsC1PrintDocument( _
ByVal As Object _
) As Boolean
Parameters
- o
- The object to test.
Return Value
true if the object is a
C1PrintDocument,
false otherwise.