Tests whether an object can by printed by this print manager. If this method returns false for an object, an attempt to assign that object to Document will cause an exception. Currently supported types include:

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

Syntax

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

Parameters

document
Type: System..::..Object
The document to test.

Return Value

True if the document can be printed, false otherwise.

See Also