Tests whether an object can be represented as a C1PrintDocument.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static bool IsC1PrintDocument(
	Object o
)
Visual Basic
Public Shared Function IsC1PrintDocument ( _
	o As Object _
) As Boolean

Parameters

o
Type: System..::..Object
The object to test.

Return Value

true if the object is a C1PrintDocument or a C1.C1Report, false otherwise.

See Also